Skip to content

Commit

Permalink
chore: fix lint action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Sep 3, 2024
1 parent dbf2994 commit 38249bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v3]

- name: Set up Java 8
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'

- name: Lint
run: ./gradlew ktlintCheck
- name: Lint
run: ./gradlew ktlintCheck

0 comments on commit 38249bf

Please sign in to comment.