Skip to content

Commit

Permalink
Fix permission error on yaml validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jun 14, 2024
1 parent f91bfe8 commit d463bcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate_autoinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install check-jsonschema yamllint
apt-get install -y yq
sudo apt-get update && sudo apt-get install -y yq
- name: Lint attended autoinstall.yaml
run: yamllint iso/preseeds/ubuntu/autoinstall.yaml
- name: Lint attended autoinstall.yaml
run: yamllint iso/preseeds/ubuntu/autoinstall.yaml

- name: Lint unattended autoinstall.yaml
run: yamllint iso/preseeds/ubuntu/autoinstall_unattended.yaml
Expand Down

0 comments on commit d463bcd

Please sign in to comment.