Skip to content

Commit

Permalink
Update files lists in windows
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 6ebcb18 commit e02a43f
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,24 @@ jobs:
signoff-on-commit: ${{ github.actor == github.repository_owner }}

# yamlfmt configuration
exclude-files: .github${{ contains(runner.temp, '\') && '\\' || '/' }}testing${{ contains(runner.temp, '\') && '\\' || '/' }}bad.yml
exclude-files: |
${{ runner.os == 'Windows' && '
.github\\testing\\bad.yml
' || '
.github\\testing\\bad.yml
' }}
include-files: |
${{ runner.os == 'Windows' && '
action.yml
.github\release.yml
.github\labeler.yml
.github\dependabot.yml
.github\workflows\update-latest-tag.yml
.github\workflows\test.yml
.github\workflows\labeler.yml
.github\workflows\audit.yml
.github\testing\bad.yml
.github\testing\nonexisting.yml
.github\\release.yml
.github\\labeler.yml
.github\\dependabot.yml
.github\\workflows\\update-latest-tag.yml
.github\\workflows\\test.yml
.github\\workflows\\labeler.yml
.github\\workflows\\audit.yml
.github\\testing\\nonexisting.yml
' || '
**/*.{yaml,yml}
.github/testing/nonexisting.yml
Expand Down

0 comments on commit e02a43f

Please sign in to comment.