Files
tamerye/.gitea/workflows/check.yaml
T
oysteikt 5b54a07584
Build and test / build-dynamic-library (push) Successful in 45s
Build and test / check (push) Successful in 46s
Build and test / build-static-library (push) Successful in 53s
Build and test / test (push) Successful in 53s
Run nix flake check / build (push) Failing after 15m56s
.gitea/workflows/check: init
2026-06-04 20:21:21 +09:00

20 lines
386 B
YAML

name: "Run nix flake check"
on:
workflow_dispatch:
pull_request:
push:
jobs:
build:
runs-on: debian-latest
steps:
- uses: actions/checkout@v6
- name: Install sudo
run: apt-get update && apt-get -y install sudo
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
- name: Nix flake check
run: nix flake check -L