Skip to content

Commit 2ec59cb

Browse files
committed
feat: add exclude-paths to lint-unity-cs workflow
1 parent cff249a commit 2ec59cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-unity-cs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
head-branch: ${{ github.event.pull_request.head.ref }}
1818
base-branch: ${{ github.event.pull_request.base.ref }}
1919
editorconfig-branch: ${{ github.event.repository.default_branch }}
20-
include-paths: 'Assets/Tests/StyleTest/.*'
20+
include-paths: 'Assets/Tests/StyleTest/.*'
21+
exclude-paths: 'Assets/Tests/StyleTest/FileNameIssueStyleViolationTest.cs'

0 commit comments

Comments
 (0)