Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jan 29, 2024
1 parent 93e8293 commit 733923a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
distribution: 'zulu'
java-version: '8'

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Lint
run: ./gradlew ktlintCheck

Expand Down

0 comments on commit 733923a

Please sign in to comment.