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 6d8e76c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
name: Run lint checks

on:
push:
on: [push, pull_request]

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 6d8e76c

Please sign in to comment.