Skip to content

Commit

Permalink
Update unity-meta-check to 3.1.4-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Mar 28, 2023
1 parent bc4815b commit ee19334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unity-meta-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@v2
# NOTE: Test no arguments for pull_request
- uses: DeNA/unity-meta-check@3.0.0-dev11
- uses: DeNA/unity-meta-check@3.1.4-alpha0

# NOTE: Test full features
- uses: DeNA/unity-meta-check@3.0.0-dev11
- uses: DeNA/unity-meta-check@3.1.4-alpha0
with:
target_path: ./Directory
log_level: DEBUG
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unity-meta-check-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
steps:
- uses: actions/checkout@v2
# NOTE: Test no arguments for push
- uses: DeNA/unity-meta-check@3.0.0-dev11
- uses: DeNA/unity-meta-check@3.1.4-alpha0

# NOTE: Test pr_comment for push
- uses: jwalton/gh-find-current-pr@v1
id: findPr

- uses: DeNA/unity-meta-check@3.0.0-dev11
- uses: DeNA/unity-meta-check@3.1.4-alpha0
with:
target_path: ./Directory
log_level: DEBUG
Expand Down

0 comments on commit ee19334

Please sign in to comment.