OpenGL/.gitea/workflows/nix-check.yaml
k b734e8270d
Some checks failed
Verify build / verify_build (push) Failing after 7s
added build action
2025-03-01 18:48:34 -05:00

12 lines
254 B
YAML

name: Verify build
run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
verify_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- run: nix-shell shell.nix --run make