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 1717name : " Scheduled Version Check"
1818on :
1919 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
2222 # - cron: "0 4 1 * *" # at 04:04:04 on first day of month
2323 workflow_dispatch : # Run manually via GitHub Actions Workflow page
2424
3838 - name : " Antq Check versions"
3939 uses : liquidz/antq-action@main
4040 with :
41- excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha "
41+ excludes : " io.github.babashka/neil org.clojure/tools.deps.alpha"
4242
43+ # Summary
4344 - run : echo "🎨 library versions checked with liquidz/antq"
44-
4545 - run : echo "🍏 Job status is ${{ job.status }}."
Original file line number Diff line number Diff line change 11#+TITLE: Changelog
22
33* Unreleased
4+
5+
6+ * 2023-05-09
7+ ** Updated
8+ *** ci: weekly schedule version check, exclude tools deps alpha
49** Added
510*** alias: `:lib/component-repl` REPL workflow for Component library
611*** alias: `:lib/integrant-repl` REPL workflow for Integrant library
You can’t perform that action at this time.
0 commit comments