We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb63a5 commit 7f12492Copy full SHA for 7f12492
.github/workflows/version-check.yaml
@@ -35,11 +35,10 @@ jobs:
35
uses: actions/checkout@v3
36
- run: echo "🐙 ${{ github.repository }} repository was cloned to the runner."
37
38
- - name: "Setup Antq"
39
- uses: liquidz/antq-action@main
40
-
41
- name: "Antq Check versions"
42
- run: antq --error-format="::error file={{file}}::{{message}}"
+ uses: liquidz/antq-action@main
+ with:
+ excludes: "io.github.babashka/neil org.clojure/tools.deps.alpha "
43
44
- run: echo "🎨 library versions checked with liquidz/antq"
45
0 commit comments