Skip to content

Commit 6f1cc55

Browse files
committed
Remove shell scripts, use Clojure test in CI
1 parent cc5d723 commit 6f1cc55

File tree

3 files changed

+6
-170
lines changed

3 files changed

+6
-170
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,19 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18+
- name: Install Clojure
19+
uses: DeLaGuardo/[email protected]
20+
with:
21+
cli: 1.11.1.1347
22+
1823
- name: Install clj-kondo
1924
run: |
2025
curl -sLO https://raw.githubusercontent.com/clj-kondo/clj-kondo/master/script/install-clj-kondo
2126
chmod +x install-clj-kondo
2227
sudo ./install-clj-kondo
2328
2429
- name: Test clj-kondo hooks
25-
run: ./script/test-clj-kondo-hooks.sh
26-
27-
- name: Test end-to-end config
28-
run: ./script/test-copy-configs.sh
30+
run: clojure -M:clj-kondo-test
2931

3032
unit-test:
3133
runs-on: ${{matrix.os}}

script/test-clj-kondo-hooks.sh

Lines changed: 0 additions & 66 deletions
This file was deleted.

script/test-copy-configs.sh

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)