Skip to content

chore(deps): bump cachix/cachix-action from 14 to 15 (#50) #96

chore(deps): bump cachix/cachix-action from 14 to 15 (#50)

chore(deps): bump cachix/cachix-action from 14 to 15 (#50) #96

name: Flake checker
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 0 * * 0'
jobs:
flake-checker:
runs-on: ubuntu-22.04
steps:
- name: Checkout flake
uses: actions/checkout@v4
- name: Install nix
uses: DeterminateSystems/nix-installer-action@v11
- name: Setup magic-nix-cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check flake inputs
uses: DeterminateSystems/flake-checker-action@v7