File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 17
17
name : " Scheduled Version Check"
18
18
on :
19
19
schedule :
20
- - cron : " 0 4 * * *" # at 04:04:04 ever day
21
- # - cron: "0 4 * * 5" # at 04:04:04 ever Friday
20
+ # - cron: "0 4 * * *" # at 04:04:04 ever day
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
23
workflow_dispatch : # Run manually via GitHub Actions Workflow page
24
24
38
38
- name : " Antq Check versions"
39
39
uses : liquidz/antq-action@main
40
40
with :
41
- excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha "
41
+ excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha"
42
42
43
+ # Summary
43
44
- run : echo "🎨 library versions checked with liquidz/antq"
44
-
45
45
- run : echo "🍏 Job status is ${{ job.status }}."
Original file line number Diff line number Diff line change 1
1
#+TITLE: Changelog
2
2
3
3
* Unreleased
4
+
5
+
6
+ * 2023-05-09
7
+ ** Updated
8
+ *** ci: weekly schedule version check, exclude tools deps alpha
4
9
** Added
5
10
*** alias: `:lib/component-repl` REPL workflow for Component library
6
11
*** alias: `:lib/integrant-repl` REPL workflow for Integrant library
You can’t perform that action at this time.
0 commit comments