55 Commits

Author SHA1 Message Date
Kirill Chernyshov
6104f5473d
Use clj-msi to install ClojureCLI on Windows 2024-11-14 13:48:04 +01:00
Kirill Chernyshov
0747838008
cljstyle 0.15.0 -> 0.16.626
for binary compatible with Apple M1
2024-11-05 12:30:44 +01:00
Kirill Chernyshov
f688ff1e1e
Fix wrong use of auth token 2024-02-11 21:27:06 +01:00
Kirill Chernyshov
b53cf20d60
Bump version in readme 2024-02-09 17:12:47 +01:00
Kirill Chernyshov
4b9b2f7702
Bump version 2024-01-09 14:58:45 +01:00
Kirill Chernyshov
d2ddd6fe91
Use 'Bearer gh-token' instead of 'token gh-token'
to authenticate GH API calls

* Upgrade node-version to 20.10.0
* Upgrade dependencies
* Upgrade base node version to run action on
* Correct authentication token format
2024-01-05 12:38:24 +01:00
Kirill Chernyshov
7a348ad120
Check if GH release provide needed asset 2023-09-07 11:21:44 +02:00
Kirill Chernyshov
fdcd988040
Migrate to GH releases for Clojure CLI
closes #88
2023-09-06 16:12:17 +02:00
Kirill Chernyshov
1c76ab0e15
Welcome cljfmt!
Thanks [James Reeves](https://github.com/weavejester) for awesome
contribution!
2023-05-26 16:23:55 +02:00
James Reeves
7f05c92783 Add cljfmt support 2023-05-25 21:58:39 +01:00
Kirill Chernyshov
ef3d93e5d6
Upgrade dependencies 2023-04-12 15:01:30 +02:00
Kirill Chernyshov
de2d5623fd
Upgrade dependencies 2023-02-23 16:54:13 +01:00
Kirill Chernyshov
21d73af8da
Bump version 2022-11-22 11:58:27 +01:00
Kirill Chernyshov
a3c5119839
Prepare version 10.0 2022-10-31 10:43:24 +01:00
Kirill Chernyshov
05cb4bfdf5
Prepare 9.5 release 2022-08-29 10:40:49 +02:00
Sergei Zharinov
75e4242836
Add caching step sample to README.md (#64)
This would be useful to have a snippet rather than searching this somewhere else
2022-08-12 15:50:08 +02:00
Kirill Chernyshov
b5e067fe9e
Combine pre/main/post into single run entrypoint (#68) 2022-08-12 15:40:10 +02:00
Kirill Chernyshov
3199aaaa9c
Prepare release 9.3 2022-07-22 10:58:00 +02:00
Kirill Chernyshov
8bf18942d2
Prepare release 9.2 2022-07-21 13:07:47 +02:00
ikappaki
3410b07cb0
Install clojure cli tools to a location common to powershell & pwsh (#62)
* Install clojure cli tools to a location common to powershell & pwsh

* reference PR branch in smoke test

* use fork

* Ref PR in correct job

* Reset action location before merge

Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
2022-07-21 13:06:37 +02:00
Kirill Chernyshov
54d8251fe9
Properly identify java version (#60)
use `java -XshowSettings:properties -version` to find java version
2022-07-21 10:55:50 +02:00
Kirill Chernyshov
8d08bc1a86
Rename branch 2022-07-20 15:19:23 +02:00
Kirill Chernyshov
57e50d7c3b
Check pre 2022-07-20 15:04:26 +02:00
Kirill Chernyshov
28aba54040
Test boot.exe on windows 2022-07-19 10:38:12 +02:00
Kirill Chernyshov
fc73f6f88b
Merge pull request #55 from zharinov/cmd-exe-workaround
Install `deps.clj` as workaround for `cmd.exe`
2022-07-01 12:15:47 +02:00
Sergei Zharinov
560c280202 Update readme 2022-06-28 09:04:57 +03:00
Sergei Zharinov
395689e10e Support for zprint formatter 2022-06-27 19:23:56 +03:00
Kirill Chernyshov
d3f93a4817
Prepare 7.0 release 2022-06-16 14:08:13 +02:00
Kirill Chernyshov
d609163a05
Merge branch 'master' into add-cljstyle-support 2022-06-16 14:02:16 +02:00
Ilshat Sultanov
3a55fb8d46
Add cljstyle support 2022-06-16 16:57:17 +05:00
Kirill Chernyshov
702cb0a82e
Merge pull request #53 from aviflat/patch-2
Update versions of other actions in README example
2022-06-16 12:52:36 +02:00
Avi Flax @ Latacora
98c7c89fce
Update versions of other actions in README example
I noticed that these were out of date and I figure it couldn’t hurt to
keep the ancillary aspects of the example up to date, just in case
people copy-pasta the whole example.

Speaking of which, I was also tempted to add `cache: maven` to
the `setup-java` args since it seems like a good default to me, but
I held off just to keep this change focused on one specific kind of
change. That said, I do think that’d be a good idea.
2022-06-15 12:18:22 -04:00
Avi Flax @ Latacora
5057b75293
Remove github-token from example in README
My impression is that this is no longer necessary due to #45 which was released via 5.1.
2022-06-15 12:10:23 -04:00
Kirill Chernyshov
b23a7d0825
Bump version in README 2022-06-10 11:44:24 +02:00
Sergei Zharinov
38353796d2 Add clj-kondo support 2022-06-02 09:36:21 +03:00
Kirill Chernyshov
f1c081311f
latest version is available for every tool
close #46
2022-04-27 09:35:32 +02:00
Kirill Chernyshov
2c4f3b9416
Release 5.0 2022-04-05 14:34:00 +02:00
Sergei Zharinov
108b0f1888 Update readme 2022-03-23 15:32:09 +03:00
Kirill Chernyshov
f71ef226d2
Bump action version in README 2022-02-21 15:15:30 +01:00
Kirill Chernyshov
a434c7d415
Fix #38, thanks @zharinov for PR #40
Bump dependencies
2022-02-21 15:12:10 +01:00
Kirill Chernyshov
fa522696ba
Bump version in README 2021-12-19 12:19:08 +01:00
Kirill Chernyshov
0fe110ad5a
Bump version in README 2021-12-01 18:52:09 +01:00
Kirill Chernyshov
5bc5c9cd03
Merge pull request #32 from frenchy64/patch-1
Fix version in readme
2021-08-06 10:38:41 +02:00
Kirill Chernyshov
0cc08aab21
Update setup-java action's version 2021-08-06 10:37:54 +02:00
Ambrose Bonnaire-Sergeant
d01558f08a
Fix version in readme 2021-08-05 13:17:48 -04:00
Kirill Chernyshov
45c53ddafe
Update version tag in the README file 2021-06-01 09:51:29 +02:00
Kirill Chernyshov
3e7b376abc
Update README 2021-03-24 17:58:20 +01:00
Kirill Chernyshov
4ee5cd4979
fix README 2020-09-24 12:27:53 +02:00
Kirill Chernyshov
c431b54d3b
more self-explained smoke test action 2020-09-21 10:32:50 +02:00
Kirill Chernyshov
cb5243a2a4
Add mention setup-graalvm 2020-02-05 19:11:41 +01:00