Skip to content

Commit

Permalink
Use correct path separator
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <[email protected]>
  • Loading branch information
norwd authored Nov 7, 2024
1 parent 4b4ea2e commit 431daaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# yamlfmt configuration
exclude-files: .github/testing/bad.yml
include-files: |
**/*.{yaml,yml}
.github/testing/nonexisting.yml
**${{ contains(runner.temp, '\') && '\' || '/' }}*.{yaml,yml}
.github${{ contains(runner.temp, '\') && '\' || '/' }}testing${{ contains(runner.temp, '\') && '\' || '/' }}nonexisting.yml
test_that_fmtya_should_report_missing_yamlfmt_version:
if: always()
Expand Down

0 comments on commit 431daaa

Please sign in to comment.