Add just and justfile

This commit is contained in:
Oliver Davies 2024-03-01 20:38:29 +00:00
parent 0d774daca0
commit 5029aab415
3 changed files with 23 additions and 49 deletions

View file

@ -20,9 +20,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-23.05
- run: ./run ci:test
- run: ./run build
- run: nix develop --command just ci-test
- run: nix develop --command just build
- run: |
echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV