Skip to content

Commit 18a4a21

Browse files
committed
feat: add TestMonoBehavior script for basic movement
1 parent f35079c commit 18a4a21

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
head-branch: ${{ github.event.pull_request.head.ref }}
1919
base-branch: ${{ github.event.pull_request.base.ref }}
2020
editorconfig-branch: ${{ github.event.repository.default_branch }}
21-
include-paths: 'Assets/Tests/StyleTest/.*'
22-
exclude-paths: 'Assets/Tests/StyleTest/FileNameIssueStyleViolationTest.cs'
21+
# regex https://www.gnu.org/software/grep/manual/
22+
include-paths: 'Assets/Scripts/.*'
23+
exclude-paths: 'Assets/Scripts/.*Violations\.cs$'

Assets/Scripts/TestMonoBehavior.cs.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)