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] 73148e2058
chore(deps): bump DeterminateSystems/flake-checker-action from 5 to 8
Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 5 to 8.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v5...v8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 01:49:48 +00:00

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