mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
ci: Check all systems
This commit is contained in:
parent
f842f5f6bc
commit
a3194f8f0c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,14 +8,14 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: nix flake check
|
||||
name: nix flake check --all-systems
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
extra_nix_config: "extra-platforms = aarch64-linux"
|
||||
- run: nix flake check
|
||||
- run: nix flake check --all-systems
|
||||
format:
|
||||
name: nix fmt -- --check **/*.nix
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user