use Justfile
2 files changed, 11 insertions(+), 2 deletions(-) M .builds/test.yml A Justfile
M .builds/test.yml => .builds/test.yml +3 -2
@@ 1,6 1,7 @@ image: archlinux packages: - deno - just sources: - https://git.sr.ht/~bmp/hayom @@ secrets: 8,7 9,7 @@ secrets: tasks: - deps: | cd hayom deno task cache just build - test: | cd hayom deno task test just test
A Justfile => Justfile +8 -0