Skip to content

Commit

Permalink
Fix \\ in the wrong place
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
  • Loading branch information
norwd authored Nov 7, 2024
1 parent e9b42d0 commit 3604cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
exclude-files: .github${{ contains(runner.temp, '\') && '\\' || '/' }}testing${{ contains(runner.temp, '\') && '\\' || '/' }}bad.yml
include-files: |
**${{ contains(runner.temp, '\') && '\\' || '/' }}*.{yaml,yml}
.github${{ contains(runner.temp, '\\') && '\' || '/' }}testing${{ contains(runner.temp, '\') && '\\' || '/' }}nonexisting.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 3604cf4

Please sign in to comment.