1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00
flake/.github/workflows/check-inputs.yml
dependabot[bot] ea378cf3af
chore(deps): bump DeterminateSystems/nix-installer-action from 7 to 13 (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-04 10:47:04 +00:00

21 lines
465 B
YAML

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@v13
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@v8
with:
send-statistics: false