Skip to content

Commit

Permalink
Print versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 5, 2024
1 parent 3b95a03 commit e3f8ccf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ jobs:
clj-kondo: latest

- name: Linting that sparks joy
run: clj-kondo --lint src test --fail-level warning
run: |
clj-kondo --version
clj-kondo --lint src test --fail-level warning
check-format:
runs-on: ubuntu-latest
Expand All @@ -118,4 +120,6 @@ jobs:
cljfmt: latest

- name: Check formatting
run: cljfmt check
run: |
cljfmt --version
cljfmt check

0 comments on commit e3f8ccf

Please sign in to comment.