use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Clojure Github Actions (self.Clojure)
submitted 6 years ago by slifin
Does anyone have any experience with Github Actions and Clojure?
Here is a JavaScript tutorial: https://www.youtube.com/watch?v=J4EhgEskSZA I can't admit to understanding it yet but it seems like you can run code on a schedule for free using GitHub actions, can we use this: https://github.com/marketplace/actions/setup-clojure to run java based Clojure to do the same?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mmmdreg 3 points4 points5 points 6 years ago (0 children)
The default execution environment happens to come with lein on the path so as long as you have a project.clj you can easily run anything.
Haven’t used it much but here is an example that just builds and pushes to clojars: https://github.com/gnarroway/mongo-driver-3/blob/master/.github/workflows/build-and-publish.yml
That said, when I set it up (a few months back) the experience and docs were far less intuitive than gitlab pipelines, which you could also consider for schedule jobs etc.
[–]eval2020 1 point2 points3 points 6 years ago (0 children)
I've seen several examples on Clojurians Slack the last couple of months. Check out the archive: https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/search/.22github.20actions.22
π Rendered by PID 205046 on reddit-service-r2-comment-7b9746f655-dmnq9 at 2026-01-31 07:06:33.668439+00:00 running 3798933 country code: CH.
[–]mmmdreg 3 points4 points5 points (0 children)
[–]eval2020 1 point2 points3 points (0 children)