This commit is contained in:
parent
b913e5b2f8
commit
b83f28df91
@ -2,11 +2,17 @@ name: Check Flake
|
||||
on: [push]
|
||||
jobs:
|
||||
check-flake:
|
||||
runs-on: Nix
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Install Nix
|
||||
uses: https://github.com/cachix/install-nix-action@v20
|
||||
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check Flake
|
||||
run: nix flake check
|
Loading…
x
Reference in New Issue
Block a user