mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-15 00:36:25 +00:00
18f340e1af
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 4 to 6. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v4...v6) --- 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>
22 lines
480 B
YAML
22 lines
480 B
YAML
name: Flake ❄️ Checker ✅
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
schedule:
|
|
# l33t o'clock
|
|
- cron: '37 13 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
flake-checker:
|
|
name: Flake Checker
|
|
runs-on: ubuntu-22.04
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: DeterminateSystems/nix-installer-action@v6
|
|
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
|
- uses: DeterminateSystems/flake-checker-action@v5
|