Skip to content

Commit 9d241ee

Browse files
ci: add antq version checks to quality check workflow
1 parent 2719494 commit 9d241ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/quality-checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/checkout@v3.5.0
1919
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
2020

21+
- name: "Version Checks"
22+
uses: liquidz/antq-action@main
23+
2124
- name: "Install tools"
2225
uses: DeLaGuardo/setup-clojure@10.2
2326
with:

0 commit comments

Comments
 (0)