This repository has been archived on 2026-03-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixprstatus/.github/workflows/build.yaml
Torjus Håkestad d7e2d9166c
All checks were successful
build / build (push) Successful in 38s
Debug workflow
2024-10-02 21:16:22 +02:00

15 lines
268 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