Files
pkgs/.gitea/workflows/checks.yaml
Nikkuss 6436a82d58
Some checks failed
checks / checks (push) Failing after 28s
add actions
2025-07-29 21:49:55 +04:00

12 lines
176 B
YAML

name: checks
on:
push:
branches:
- main
jobs:
checks:
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix flake check -L --all-systems