Skip to content

Commit

Permalink
Update lint workflow
Browse files Browse the repository at this point in the history
Use latest checkout action. Install cli instead of obsolete tools-deps
  • Loading branch information
schmir committed Dec 25, 2023
1 parent 954e29e commit 1b4157f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
bb: latest
clj-kondo: latest
tools-deps: latest
cli: latest
- run: bb run lint

0 comments on commit 1b4157f

Please sign in to comment.