Skip to content

Commit

Permalink
ci: run lint on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cquintana92 committed Jul 1, 2024
1 parent a055a40 commit 9c6701a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
container: thyrlian/android-sdk:latest
steps:
- name: Check out repository
uses: actions/checkout@v2

- name: Run detekt
run: |
cd SimpleLogin/
./gradlew detekt || true
./gradlew detekt

0 comments on commit 9c6701a

Please sign in to comment.