chore: activitypubでdetektが動くように

This commit is contained in:
2024-09-17 22:46:38 +09:00
parent 35eded28e5
commit ec0934a411
3 changed files with 12 additions and 2 deletions
@@ -391,7 +391,8 @@ jobs:
- name: owl Lint
if: always()
run: ./owl/gradlew :owl:detektMain
working-directory: owl
run: ./gradlew :detektMain
- name: Auto Commit
if: ${{ always() }}