Skip to content

Commit

Permalink
fix: action id
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Apr 21, 2023
1 parent 04bee21 commit d9a417b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: reviewdog/action-setup@v1
- uses: sdkman/sdkman-action@main
id: sdkman
- uses: gradle/gradle-build-action@v2
with:
arguments: lint detekt
Expand All @@ -47,3 +48,4 @@ jobs:
- uses: actions/checkout@v3
- uses: reviewdog/action-setup@v1
- uses: sdkman/sdkman-action@main
id: sdkman
1 change: 1 addition & 0 deletions .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: sdkman/sdkman-action@main
id: sdkman
- uses: gradle/gradle-build-action@v2
with:
arguments: testDebugUnitTest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: sdkman/sdkman-action@main
id: sdkman
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit d9a417b

Please sign in to comment.