nixprstatus/.github/workflows/build.yaml
Torjus Håkestad 3dfd296fe4
All checks were successful
build / build (push) Successful in 1m1s
Debug workflow
2024-10-02 20:36:53 +02:00

19 lines
383 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: nix flake check
- run: nix build
continue-on-error: true
- run: find /homeless-shelter
- run: find /home