Skip to content

Bump the actions group with 3 updates #22

Bump the actions group with 3 updates

Bump the actions group with 3 updates #22

Workflow file for this run

name: "Flake Check"
on:
pull_request:
types: [ opened, synchronize, edited ]
push:
branches:
- master
workflow_dispatch:
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: DeterminateSystems/magic-nix-cache-action@v4
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: nix flake check