Skip to content

Commit

Permalink
Add test to check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger authored Dec 4, 2023
1 parent 366fecd commit 11b8a1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ jobs:
uses: DeLaGuardo/setup-clojure@11.0
with:
cli: ${{ github.event.inputs.version }}
- name: Use clojure
- name: Check downloaded version
run: clojure --version
- name: Run CLI
run: clojure -M -e nil

0 comments on commit 11b8a1c

Please sign in to comment.