This commit is contained in:
parent
29aa7263db
commit
435bbae7ab
1 changed files with 4 additions and 1 deletions
|
@ -5,9 +5,12 @@ on:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: https://github.com/actions/checkout@v4
|
||||||
- uses: https://github.com/cachix/install-nix-action@v27
|
- uses: https://github.com/cachix/install-nix-action@v27
|
||||||
|
with:
|
||||||
|
enable_kvm: false
|
||||||
|
install_options: --no-daemon
|
||||||
- run: nix flake check .
|
- run: nix flake check .
|
Loading…
Reference in a new issue