1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00
flake/.github/workflows/check-inputs.yml
dependabot[bot] 7e991dc946
chore(deps): bump DeterminateSystems/nix-installer-action from 13 to 15
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 15.
- [Release notes](https://github.com/determinatesystems/nix-installer-action/releases)
- [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v15)

---
updated-dependencies:
- dependency-name: DeterminateSystems/nix-installer-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-11 01:28:31 +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@v15
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@v9
with:
send-statistics: false