Skip to content

Commit

Permalink
Run lint, detekt and API validation in CI via check task
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Dec 24, 2021
1 parent c291638 commit 70e706c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint library code
name: Check library code

on:
push:
Expand All @@ -18,8 +18,8 @@ jobs:
distribution: temurin
java-version: 11
cache: gradle
- name: Run detekt and lint tasks
run: ./gradlew --build-cache --no-daemon --info detekt lint
- name: Run check task
run: ./gradlew --build-cache --no-daemon --info :library:check
- name: Upload SARIF files
uses: github/codeql-action/upload-sarif@v1
if: ${{ always() }}
Expand Down

0 comments on commit 70e706c

Please sign in to comment.