nixos/.github/workflows/flake-check.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
291 B
YAML
Raw Permalink Normal View History

2024-10-03 19:19:53 +00:00
name: Run nix flake check
2024-10-02 20:46:53 +00:00
on:
push:
pull_request:
jobs:
2024-10-03 19:19:53 +00:00
flake-check:
2024-10-02 20:46:53 +00:00
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: nix flake check