Skip to content

Commit

Permalink
updated PR pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
t0m3kz committed Feb 20, 2025
1 parent 67ad993 commit d465a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
echo "Running validation"
yamllint -d "{extends: default, ignore: [.github/, ./vyos/]}" \
-d "{rules: {truthy: {allowed-values: [true, false, yes, no]}}}" .
-d "{rules: {truthy: {allowed-values: ["true", "false", "yes", "no"]}}}" .
- name: Run validation
env:
VYOS_PASSWORD: ${{secrets.VYOS_PASSWORD}}
Expand Down

0 comments on commit d465a46

Please sign in to comment.