197 Commits

Author SHA1 Message Date
Fumihiko Hata
3b7047694d fix: test cases and update built artifacts 2024-01-09 22:03:34 +09:00
Fumihiko Hata
b30ef4f1ad fix: add cpu architecture suffix to artifact name 2024-01-08 18:44:22 +09:00
Kirill Chernyshov
44fb9b5654
Merge pull request #97 from DeLaGuardo/rate-limit
Use 'Bearer gh-token' instead of 'token gh-token' to authenticate GH API calls
12.2
2024-01-05 12:42:44 +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
0fc99a3bcd
Merge pull request #90 from DeLaGuardo/cli-gh-releases
Check if GH release provide needed asset
12.1
2023-09-07 11:26:01 +02:00
Kirill Chernyshov
7a348ad120
Check if GH release provide needed asset 2023-09-07 11:21:44 +02:00
Kirill Chernyshov
15c9fc8771
Merge pull request #89 from DeLaGuardo/migrate-to-gh-releases
Migrate to GH releases for Clojure CLI
12.0
2023-09-06 17:14:08 +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!
11.0
2023-05-26 16:23:55 +02:00
Kirill Chernyshov
3610d4a0ba
Merge pull request #86 from weavejester/patch-add-cljfmt
Add cljfmt support
2023-05-26 16:20:16 +02:00
James Reeves
7f05c92783 Add cljfmt support 2023-05-25 21:58:39 +01:00
Kirill Chernyshov
8f7bae74f3
Merge pull request #85 from deining/bump-workflow-github
GitHub workflow files: bump versions
2023-04-18 14:47:49 +02:00
Andreas Deininger
fd73701d31 GitHub workflow files: bump versions 2023-04-18 14:22:27 +02:00
Kirill Chernyshov
62f50ff1de
Merge pull request #84 from DeLaGuardo/deps
Upgrade dependencies
10.3
2023-04-12 15:06:43 +02:00
Kirill Chernyshov
ef3d93e5d6
Upgrade dependencies 2023-04-12 15:01:30 +02:00
Kirill Chernyshov
de2d5623fd
Upgrade dependencies 10.2 2023-02-23 16:54:13 +01:00
Kirill Chernyshov
1376ded674
Merge pull request #79 from DeLaGuardo/78-leiningen.bat
Make lein.ps1 and lein.bat both available on windows
10.1
2022-11-22 03:02:56 -08:00
Kirill Chernyshov
21d73af8da
Bump version 2022-11-22 11:58:27 +01:00
Kirill Chernyshov
c5651cd04b
Upgrade dependencies 2022-11-22 11:48:02 +01:00
Kirill Chernyshov
87d6a70993
Do not assume extension 2022-11-22 11:39:03 +01:00
Kirill Chernyshov
57dbd0d56b
Use latest to drop cache 2022-11-22 11:07:40 +01:00
Kirill Chernyshov
e61ed65c82
Install ps1 and bat cmdline scripts for leiningen 2022-11-22 10:58:08 +01:00
Kirill Chernyshov
57ec66b4f6
Add smoke test to check different shells 2022-11-22 10:41:24 +01:00
Kirill Chernyshov
a3c5119839
Prepare version 10.0 10.0 2022-10-31 10:43:24 +01:00
Kirill Chernyshov
c8050e4dbd
Merge pull request #76 from DeLaGuardo/cli/resolve-latest-version
Use stable ClojureCLI version if requested latest
2022-10-31 10:39:53 +01:00
Kirill Chernyshov
0a8c186e50
Use stable ClojureCLI version if requested latest 2022-10-25 13:10:46 +02:00
Kirill Chernyshov
05cb4bfdf5
Prepare 9.5 release 9.5 2022-08-29 10:40:49 +02:00
Kirill Chernyshov
18d583aeed
Merge pull request #71 from fluree/fix/respect-arch-when-installing-babashka
Install arm64 babashka in arm64 runners
2022-08-29 10:29:11 +02:00
Wes Morgan
ad55de5e88
Install arm64 babashka in arm64 runners 2022-08-26 14:42:58 -06: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) 9.4 2022-08-12 15:40:10 +02:00
Kirill Chernyshov
3199aaaa9c
Prepare release 9.3 9.3 2022-07-22 10:58:00 +02:00
Kirill Chernyshov
55ab1002c9
Unify setup for Clojure CLI (#63) 2022-07-22 10:56:02 +02:00
Kirill Chernyshov
8bf18942d2
Prepare release 9.2 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
4dcfa4bc29
fix smoke test worflow 9.1 2022-07-21 10:57:44 +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
46f2616ac7
Merge pull request #58 from DeLaGuardo/boot-on-windows
Refactoring: boot.exe on windows and cache for installed tools
9.0
2022-07-20 15:09:16 +02:00
Kirill Chernyshov
57e50d7c3b
Check pre 2022-07-20 15:04:26 +02:00
Kirill Chernyshov
c3c99992f9
Attempt to use pre/post for caching 2022-07-19 12:16:49 +02:00
Kirill Chernyshov
28aba54040
Test boot.exe on windows 2022-07-19 10:38:12 +02:00
Kirill Chernyshov
0481a417df
Prepare 8.0 release 8.0 2022-07-01 12:18:27 +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
Kirill Chernyshov
31b5c0cb5d
Merge pull request #54 from zharinov/zprint
Support for zprint formatter
2022-07-01 12:06:12 +02:00
Sergei Zharinov
560c280202 Update readme 2022-06-28 09:04:57 +03:00
Sergei Zharinov
4936eb844a Fix smoke test 2022-06-28 08:58:10 +03:00
Sergei Zharinov
5f43e3b2e6 Fix test 2022-06-28 08:50:32 +03:00
Sergei Zharinov
966cb83920 Install deps.clj as cmd.exe workaround 2022-06-28 08:48:28 +03:00
Sergei Zharinov
9677d20360 Fix test 2022-06-27 19:44:44 +03:00
Sergei Zharinov
fe5ca14329 Add entrypoint test 2022-06-27 19:39:36 +03:00
Sergei Zharinov
ebab3499b6 Fix fs issue 2022-06-27 19:34:47 +03:00
Sergei Zharinov
da715ab903 fmt 2022-06-27 19:26:31 +03:00
Sergei Zharinov
395689e10e Support for zprint formatter 2022-06-27 19:23:56 +03:00
Kirill Chernyshov
d3f93a4817
Prepare 7.0 release 7.0 2022-06-16 14:08:13 +02:00
Kirill Chernyshov
fe65acc218
Merge pull request #51 from just-sultanov/add-cljstyle-support
Add cljstyle support
2022-06-16 14:02:45 +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
Kirill Chernyshov
f3ada4db09
Merge pull request #52 from aviflat/patch-1
Remove github-token from example in README
2022-06-15 18:19:00 +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
Kirill Chernyshov
9cd7303f70
Merge pull request #50 from DeLaGuardo/refactoring
Small refactoring to simplify the check for incomplete input data
6.0
2022-06-10 11:35:04 +02:00
Kirill Chernyshov
db204b4118
Upgrade dependencies 2022-06-10 11:24:53 +02:00
Kirill Chernyshov
fded4810f0
Small refactoring 2022-06-10 11:00:41 +02:00
Kirill Chernyshov
4fcd82c5ec
Merge pull request #49 from zharinov/clj-kondo
Add clj-kondo support
2022-06-10 10:47:29 +02:00
Sergei Zharinov
38353796d2 Add clj-kondo support 2022-06-02 09:36:21 +03:00
Kirill Chernyshov
7a3a170982
Merge pull request #48 from zharinov/entrypoint-tests
Add unit tests for entrypoint function
2022-05-12 18:59:00 +02:00
Sergei Zharinov
956a521fe1 Add unit tests for entrypoint function 2022-05-12 18:57:55 +03:00
Kirill Chernyshov
f1c081311f
latest version is available for every tool
close #46
2022-04-27 09:35:32 +02:00
Kirill Chernyshov
911bc4413d
Merge pull request #45 from MrEbbinghaus/patch-1
Set the GitHub token as default
5.1
2022-04-11 15:54:39 +02:00
Björn Ebbinghaus
f0a3632937
Set the GitHub token as default 2022-04-10 18:10:32 +02:00
Kirill Chernyshov
011e216657
Small fix 5.0 2022-04-05 14:44:30 +02:00
Kirill Chernyshov
2c4f3b9416
Release 5.0 2022-04-05 14:34:00 +02:00
Kirill Chernyshov
b73a870437
Merge pull request #43 from zharinov/babashka
Babashka support
2022-04-05 14:24:21 +02:00
Kirill Chernyshov
c54d98d36a
Merge pull request #41 from zharinov/unit-test-mocks
Refactor unit tests to use mocks
2022-04-05 14:23:17 +02:00
Sergei Zharinov
108b0f1888 Update readme 2022-03-23 15:32:09 +03:00
Sergei Zharinov
4811c048d6 Add unit tests 2022-03-23 10:04:27 +03:00
Sergei Zharinov
fcf1a258ef Fix auth 2022-03-22 16:01:07 +03:00
Sergei Zharinov
8ef44ef9e8 Fix url 2022-03-22 15:51:04 +03:00
Sergei Zharinov
ba9f215e21 Add support for Babashka 2022-03-22 15:41:09 +03:00
Sergei Zharinov
d6fd7b33f6 Fix 2022-03-20 14:26:44 +03:00
Sergei Zharinov
f7a69f4e60 More tests and refactor 2022-03-20 14:17:06 +03:00
Sergei Zharinov
418cc74752 Refactor unit tests to use mocks 2022-02-21 23:49:37 +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
4.0
2022-02-21 15:12:10 +01:00
Kirill Chernyshov
a7463fd4d6
Merge pull request #40 from zharinov/github-auth-token
Support "github-token" parameter
2022-02-21 14:59:57 +01:00
Sergei Zharinov
87bf84f4ca Revert out-of-scope changes and compiled dist 2022-02-21 13:03:04 +03:00
Sergei Zharinov
8505958fe1 Fix string formatting 2022-02-19 15:55:15 +03:00
Sergei Zharinov
3c49eba702 Provide HOMEBREW_GITHUB_API_TOKEN 2022-02-19 15:49:09 +03:00
Sergei Zharinov
016052c6fc Support "github-token" parameter 2022-02-19 15:07:04 +03:00
Kirill Chernyshov
fa522696ba
Bump version in README 3.7 2021-12-19 12:19:08 +01:00
Kirill Chernyshov
d8988af733
Merge pull request #37 from DeLaGuardo/issue-36
Fix url generation for latest win version
2021-12-19 12:18:00 +01:00
Kirill Chernyshov
fcbd1b5f13
Fix url generation for latest win version 2021-12-19 11:51:28 +01:00
Kirill Chernyshov
0fe110ad5a
Bump version in README 3.6 2021-12-01 18:52:09 +01:00
Kirill Chernyshov
4b90301b8a
Merge pull request #35 from DeLaGuardo/34-add-missing-config-file
Use linux-install.sh for Linux and MacOS
2021-12-01 18:50:50 +01:00
Kirill Chernyshov
b43e1c94d9
Use linux-install script 2021-12-01 18:48:22 +01:00
Kirill Chernyshov
0c3aaf47fb
Fix tests 2021-12-01 17:52:09 +01:00
Kirill Chernyshov
3ac60757ef
Add missing configuration file 2021-12-01 17:38:39 +01:00