Commit Graph

39 Commits

Author SHA1 Message Date
Emil Vatai
f8b9089b48
docs(readme): fix action file link (#167) 2024-01-20 19:46:59 +08:00
Alfi Maulana
d0761fe3dd
chore: bump copyright year to 2024 (#152) 2024-01-07 23:59:23 +08:00
Alfi Maulana
b3dad4773e
ci: adjust naming in workflows (#88)
* ci: remove `latest` branch from triggering workflow run

* ci: adjust job names in workflows

* ci: adjust step names in workflow jobs

* docs(readme): adjust naming in the example workflows

* ci: rename `test.yml` workflow to `test.yaml`
2023-11-22 09:59:54 +07:00
Alfi Maulana
ded3a0b2a3
feat: remove custom shell input (#81)
* ci: remove `specified-shell` job in the Test workflow

* feat: remove `shell` action input
2023-11-21 20:17:13 +07:00
Alfi Maulana
ed7c2d179c
build: initialize JavaScript Action project (#69)
* build: initialize JavaScript action project

* chore(dependabot): check for npm package updates

* style: ignore `main` dir and `README.md` from being formatted

* ci: add Build workflow that contains Build Package job

* ci: add Test Package job in the Test workflow

* test: add an empty `main.test.ts` test

* chore: adjust Git attributes for `main/index.mjs` file

* docs(readme): add a build status badge
2023-11-20 18:25:22 +07:00
Alfi Maulana
961184a733
docs: update version to v1.3.0 in the readme file (#61) 2023-08-09 17:06:31 +08:00
Alfi Maulana
ca8ab2ff60
docs: add documentation of shell action input 2023-07-04 19:24:49 +07:00
Alfi Maulana
9d9c70d257
docs: improve the description and features section in the readme file 2023-07-02 22:09:25 +07:00
Alfi Maulana
0a52a2a373
docs: add "outputs" section in the README.md 2023-07-02 19:37:01 +07:00
Alfi Maulana
735354b97a
docs: adjust and fix examples 2023-06-30 14:13:09 +07:00
Alfi Maulana
9f80f7200a
docs: replace @main with the latest version tag 2023-06-30 13:43:12 +07:00
Alfi Maulana
ce8b638dea
docs: replace @latest with @main 2023-06-30 12:50:35 +07:00
Alfi Maulana
fc5e82e9e0
docs: describe how each inputs append the CMake arguments 2023-06-30 12:44:02 +07:00
Alfi Maulana
f599e74b36
feat: add options input 2023-06-30 12:29:27 +07:00
Alfi Maulana
75d5a7178b
docs: add cmake build and ctest steps example 2023-06-29 23:31:04 +07:00
Alfi Maulana
f1910e1a56
feat: replace targets input with the more general build-args input 2023-06-29 19:32:21 +07:00
Alfi Maulana
3430da8dad
feat: add the run-build input 2023-06-29 19:20:09 +07:00
Alfi Maulana
be11a3a3dd
style: modify the order of run-test input 2023-06-29 14:43:22 +07:00
Alfi Maulana
c2edc8900e
docs: improve wordings in the README.md 2023-06-29 14:03:48 +07:00
Alfi Maulana
42dedb7507
audit examples in the README.md 2023-01-23 15:40:26 +07:00
Alfi Maulana
921b31dcf4
add a run unit tests example in the README.md 2023-01-23 15:40:16 +07:00
Alfi Maulana
4ee1d5d7fc
add detailed info about using the action version 2023-01-23 15:31:39 +07:00
Alfi Maulana
0a9428a22b
update the default value info of build-dir action input 2023-01-23 15:02:08 +07:00
Alfi Maulana
38a0592428
add a new feature section in the README.md 2023-01-23 14:54:21 +07:00
Alfi Maulana
cb46ab8971
expand project description 2023-01-23 14:47:12 +07:00
Alfi Maulana
c421afa648
modify action short description to include testing a project 2023-01-23 14:39:51 +07:00
Alfi Maulana
03870ba3b0
add a new test-args action input for passing additional arguments during the CTest run 2023-01-22 12:44:19 +07:00
Alfi Maulana
d59afd2844
add a new run-test input option for running tests using CTest 2023-01-22 11:53:07 +07:00
Alfi Maulana
14c5b01b37
convert multiple strings description in inputs usage section to be a note 2023-01-14 19:46:26 +07:00
Alfi Maulana
47e602f22e
audit example usages title and contents 2023-01-14 19:38:51 +07:00
Alfi Maulana
b80acf2bfb
replace CXX term with C++ in description 2023-01-14 19:25:38 +07:00
Alfi Maulana
830ed408e9
add compiler flags input usage in README.md 2023-01-14 17:25:15 +07:00
Alfi Maulana
37384db37f
add license section in README.md 2023-01-14 15:55:48 +07:00
Alfi Maulana
fe03c22b18
fix wording in the description 2023-01-13 22:25:13 +07:00
Alfi Maulana
6eb10c8bde
add example usage in README.md 2023-01-13 22:22:22 +07:00
Alfi Maulana
74b57c8136
add inputs usage in README.md 2023-01-13 21:53:20 +07:00
Alfi Maulana
9db1e3860e
add release and license badge in README.md 2023-01-13 21:18:44 +07:00
Alfi Maulana
d008b5582a
add test status badge in the README.md 2023-01-06 21:28:15 +07:00
Alfi Maulana
ae2f4c9cde
initialize project with readme and license 2023-01-06 12:39:38 +07:00