Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xzurek12 authored Apr 25, 2024
1 parent 80fc552 commit 9a55907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/an-check-pr-buildable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
name: Lint & Build
runs-on: [self-hosted, pikachu]
container: mateedevs/test
container: mateedevs/charmander
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand All @@ -20,7 +20,6 @@ jobs:
./gradlew ktlintCheck
- name: Run architecture lint
continue-on-error: true
run: |
./gradlew :shared:testDebugUnitTest --tests "konsistTest.*" --no-build-cache --no-configuration-cache
Expand Down

0 comments on commit 9a55907

Please sign in to comment.