frues-clan/.forgejo/workflows/flake-check.yaml
Workflow config file is invalid. Please check your config file: yaml: line 8: did not find expected key
Pedro Rey Anca bcd439da23
Some checks failed
Update `flake.lock` / update_lockfile (push) Has been cancelled
Add workflow to check flake
2025-08-26 16:33:41 +02:00

17 lines
358 B
YAML

name: "Flake check"
on:
pull_request:
push:
branches: ['main']
jobs:
lockfile:
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: https://github.com/DeterminateSystems/nix-installer-action@main
- name: Run nix flake check
run: nix flake check