chore: hideout-mastodonもチェックするように

This commit is contained in:
usbharu 2024-08-24 00:11:54 +09:00
parent de56fa0547
commit ca92ce71b6
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
gradle-home-cache-cleanup: true
- name: Build
run: ./hideout-core/gradlew :hideout-core:classes --no-daemon
run: ./gradlew classes --no-daemon
unit-test:
name: Unit Test
@ -115,7 +115,7 @@ jobs:
gradle-home-cache-cleanup: true
- name: Build with Gradle
run: ./hideout-core/gradlew :hideout-core:detektMain
run: ./gradlew :hideout-core:detektMain :hideout-mastodon:detektMain
- name: Auto Commit
if: ${{ always() }}