Skip to content

Commit

Permalink
add build alias to dep prep
Browse files Browse the repository at this point in the history
  • Loading branch information
csummers committed Aug 6, 2023
1 parent 3a0f5fb commit 47b2199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
key: cljdeps-${{ hashFiles('deps.edn') }}
restore-keys: cljdeps-

- name: Clojure
run: clojure -P -M:test
- name: Clojure dependencies
run: clojure -P -M:test:build

- name: Lint
run: clj-kondo --lint ./
Expand Down

0 comments on commit 47b2199

Please sign in to comment.