Skip to content

Commit

Permalink
work on GHA build yml, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent 5c8a52d commit b5a4d4e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ jobs:
- uses: actions/checkout@v4
- name: Validate YAML file
run:
yamllint ${{ github.workspace }}/.github/workflows/*.yml
options:
config-data:
line-length: disable
yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" ${{ github.workspace }}/.github/workflows/*.yml

0 comments on commit b5a4d4e

Please sign in to comment.