Skip to content

Commit

Permalink
added validator fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent d3a2404 commit f72fef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Validate YAML file
run: yamllint *.yml
run:
yamllint ${{ github.workspace }}/.github/workflows/*.yml

0 comments on commit f72fef7

Please sign in to comment.