nixprstatus/.github/workflows/build.yaml
Torjus Håkestad 81fa2d48d4
Some checks failed
build / build (push) Failing after 1m4s
Debug workflow
2024-10-02 20:24:52 +02:00

18 lines
355 B
YAML

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: ls /
- run: nix flake check
- run: ls /
- run: nix build; ls /; ls /homeless-shelter