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 20
20
# - cron: "0 4 * * *" # at 04:04:04 ever day
21
21
# - cron: "0 4 * * 5" # at 04:04:04 ever Friday
22
22
- 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
24
25
25
26
jobs :
26
27
scheduled-version-check :
38
39
- name : " Antq Check versions"
39
40
uses : liquidz/antq-action@main
40
41
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 "
42
43
43
44
# Summary
44
45
- run : echo "🎨 library versions checked with liquidz/antq"
Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog
2
2
3
3
* Unreleased
4
+ ** Changed
5
+ - ci: exclude clojurescript from antq version check
4
6
5
7
* 2023-07-26
6
8
** Added
You can’t perform that action at this time.
0 commit comments