Skip to content

chore(deps): update cachix/cachix-action action to v16 #26

chore(deps): update cachix/cachix-action action to v16

chore(deps): update cachix/cachix-action action to v16 #26

Workflow file for this run

name: check
on:
pull_request:
workflow_call:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |
accept-flake-config = true
- uses: cachix/cachix-action@v16
with:
name: mirkolenz
authToken: ${{ secrets.CACHIX_TOKEN }}
- run: nix flake check --show-trace