Skip to content

Commit 7f12492

Browse files
ci: update antq-action command, exclude low priority libs
- use correct run for antq, a specific antq call is not required - exclude neil and tools.deps.alpha
1 parent 3bb63a5 commit 7f12492

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/version-check.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
uses: actions/checkout@v3
3636
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
3737

38-
- name: "Setup Antq"
39-
uses: liquidz/antq-action@main
40-
4138
- name: "Antq Check versions"
42-
run: antq --error-format="::error file={{file}}::{{message}}"
39+
uses: liquidz/antq-action@main
40+
with:
41+
excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha "
4342

4443
- run: echo "🎨 library versions checked with liquidz/antq"
4544

0 commit comments

Comments
 (0)