Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Apr 19, 2024
1 parent 9471e56 commit d99e2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unity-meta-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# NOTE: Test full features
- uses: DeNA/[email protected]
with:
target_path: ./Directory
target_path: .
log_level: DEBUG
ignored_file_path: .meta-check-ignore
enable_autofix: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unity-meta-check-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: DeNA/[email protected]
with:
target_path: ./Directory
target_path: .
log_level: DEBUG
ignored_file_path: .meta-check-ignore
enable_junit: true
Expand Down

0 comments on commit d99e2ac

Please sign in to comment.