Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/clojure-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: setup clojure
uses: DeLaGuardo/[email protected]
with:
lein: 2.11.2 # Leiningen
- name: checkout repo
uses: actions/checkout@v2
- name: install clj-kondo (this is quite fast)
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.version }}
- name: setup clojure
uses: DeLaGuardo/[email protected]
with:
lein: 2.11.2 # Leiningen
- name: clojure tests
run: lein test
timeout-minutes: 30
Loading