File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 # - cron: "0 4 * * *" # at 04:04:04 ever day
2121 # - cron: "0 4 * * 5" # at 04:04:04 ever Friday
2222 - cron : " 0 4 1 * *" # at 04:04:04 on first day of month
23- workflow_dispatch : # Run manually via GitHub Actions Workflow page
23+ workflow_dispatch :
24+ # Run manually via GitHub Actions Workflow page
2425
2526jobs :
2627 scheduled-version-check :
3839 - name : " Antq Check versions"
3940 uses : liquidz/antq-action@main
4041 with :
41- excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha"
42+ excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha io.github.babashka/neil org.clojure/clojurescript "
4243
4344 # Summary
4445 - run : echo "🎨 library versions checked with liquidz/antq"
Original file line number Diff line number Diff line change 11#+TITLE: Changelog
22
33* Unreleased
4+ ** Changed
5+ - ci: exclude clojurescript from antq version check
46
57* 2023-07-26
68** Added
You can’t perform that action at this time.
0 commit comments