49 Commits

Author SHA1 Message Date
Kirill Chernyshov
cc67f83085
maintenance 2024-12-10 12:22:06 +01:00
Kirill Chernyshov
6104f5473d
Use clj-msi to install ClojureCLI on Windows 2024-11-14 13:48:04 +01:00
Kirill Chernyshov
f688ff1e1e
Fix wrong use of auth token 2024-02-11 21:27:06 +01:00
Fumihiko Hata
2061fba255 Add more tests for artifact naming 2024-01-09 22:49:01 +09:00
Fumihiko Hata
3b7047694d fix: test cases and update built artifacts 2024-01-09 22:03:34 +09: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
fdcd988040
Migrate to GH releases for Clojure CLI
closes #88
2023-09-06 16:12:17 +02:00
James Reeves
7f05c92783 Add cljfmt support 2023-05-25 21:58:39 +01:00
Kirill Chernyshov
0a8c186e50
Use stable ClojureCLI version if requested latest 2022-10-25 13:10:46 +02:00
Kirill Chernyshov
b5e067fe9e
Combine pre/main/post into single run entrypoint (#68) 2022-08-12 15:40:10 +02:00
Kirill Chernyshov
55ab1002c9
Unify setup for Clojure CLI (#63) 2022-07-22 10:56:02 +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
5f43e3b2e6 Fix test 2022-06-28 08:50:32 +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
Ilshat Sultanov
3a55fb8d46
Add cljstyle support 2022-06-16 16:57:17 +05:00
Sergei Zharinov
38353796d2 Add clj-kondo support 2022-06-02 09:36:21 +03:00
Sergei Zharinov
956a521fe1 Add unit tests for entrypoint function 2022-05-12 18:57:55 +03:00
Kirill Chernyshov
b73a870437
Merge pull request #43 from zharinov/babashka
Babashka support
2022-04-05 14:24:21 +02:00
Sergei Zharinov
4811c048d6 Add unit tests 2022-03-23 10:04:27 +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
0c3aaf47fb
Fix tests 2021-12-01 17:52:09 +01:00
Kirill Chernyshov
88198cb6e6
test fix 2020-09-24 12:19:07 +02:00
Kirill Chernyshov
9ba054f0b3
wip 2020-08-20 11:39:44 +02:00
Kirill Chernyshov
0b225f918b
Add ability to use latest version 2019-10-08 12:46:58 +02:00
Kirill Chernyshov
27a3b5dc36
Small fixes 2019-10-08 11:57:51 +02:00
Kirill Chernyshov
b589fc5df0
add boot tests 2019-10-07 17:35:10 +02:00
Kirill Chernyshov
e7af392020
add boot 2019-10-07 17:31:36 +02:00
Kirill Chernyshov
db9c263c59
fix 2019-10-07 15:13:17 +02:00
Kirill Chernyshov
34aa397a4e
fix 2019-10-07 14:57:59 +02:00
Kirill Chernyshov
e5ae1d62fd
fix 2019-10-07 14:55:01 +02:00
Kirill Chernyshov
3ad33f1c8c
fix 2019-10-07 14:52:22 +02:00
Kirill Chernyshov
1a7f8a05f7
fix 2019-10-07 14:15:20 +02:00
Kirill Chernyshov
d34f36f7b4
fix 2019-10-07 13:57:39 +02:00
Kirill Chernyshov
991f9349f9
fix 2019-10-07 13:05:46 +02:00
Kirill Chernyshov
3e17c0145e
small fix 2019-10-07 13:01:34 +02:00
Kirill Chernyshov
49eef364c7
Add missing require 2019-10-07 12:45:59 +02:00
Kirill Chernyshov
4e58ffd645
small fixes 2019-10-07 12:44:15 +02:00
Kirill Chernyshov
fcba246910
Small fixes 2019-10-07 12:43:34 +02:00
Kirill Chernyshov
e6c92bfecd
Skip tests for tdeps on windows 2019-10-07 12:35:34 +02:00
Kirill Chernyshov
31946fc6ab
Small fixes 2019-10-07 12:27:27 +02:00
Kirill Chernyshov
2af872d6c3
Add leiningen 2019-10-07 12:25:25 +02:00
Kirill Chernyshov
427cb542dc
Add tools deps install 2019-10-04 11:41:15 +02:00