1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

ci: rectify check inputs workflow naming

This commit is contained in:
Ryan Cao 2023-09-06 22:39:40 +08:00
parent 237a913ac3
commit 2a7eb11c77
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 21 additions and 22 deletions

21
.github/workflows/check-inputs.yml vendored Normal file
View file

@ -0,0 +1,21 @@
name: "Check flake inputs"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check-inputs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@v4
with:
send-statistics: false