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
|