mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
use flake checker action
This commit is contained in:
parent
9427ff6b81
commit
cf41f6fd63
1 changed files with 9 additions and 3 deletions
12
.github/workflows/check.yml
vendored
12
.github/workflows/check.yml
vendored
|
|
@ -11,6 +11,12 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- run: nix flake check --show-trace --accept-flake-config
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v22
|
||||
|
||||
- name: Check Nix flake Nixpkgs inputs
|
||||
uses: DeterminateSystems/flake-checker-action@main
|
||||
env:
|
||||
FLAKE_CHECKER_NO_TELEMETRY: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue