Commit Graph

12 Commits

Author SHA1 Message Date
Chris Heyes
7e1b9284f3
Improve usage example (#66)
Run zig fmt --check  on root dir so that build.zig, build.zig.zon and any other folders containing zig source get checked
2024-01-06 21:59:41 +01:00
Renée
bc506fbfd1
Use github cache (#53)
* Cache the zig compiler locally

* logging

* npm update

* verboser

* os.arch

* debug

* log signal

* address https://github.com/actions/toolkit/issues/687

* correct path

* add a cache: false option

* share size

* zigpath

* path.join skull
2023-06-25 17:44:29 +02:00
Renée Kooi
7784e301e8 update readme to v2 2022-11-07 13:38:56 +01:00
Renée Kooi
9f0698fd52 use master by default, fix #24 2022-11-07 13:19:37 +01:00
Renée Kooi
e3c946d422
try with newer zig 2020-11-11 12:40:03 +01:00
Renée Kooi
a43b52f8f8
add commit hash syntax to readme 2020-11-11 12:17:26 +01:00
Renée Kooi
fd90c085ba
doc: recommend using @v1 instead of pinning to a version 2020-02-17 15:03:25 +01:00
Alexis Brodeur
996c042d7e
Update the examples (#7)
The version of this action provided in examples was out of date compared
to the version of the most recent release.

This difference means that features like `version: master` will not
work.
2020-02-08 11:00:21 +01:00
Renée Kooi
6b8f485f9f
support version: master to use development zig 2020-01-23 10:55:01 +01:00
Renée Kooi
58ed55c346
Add example lint job 2019-10-05 13:30:05 +02:00
Renée Kooi
3fdd5f4131
Update readme 2019-10-05 13:16:38 +02:00
Renée Kooi
51b4a0a824
init 2019-10-05 12:44:47 +02:00