Skip to content

ci(release-please): clone repository if a release is created #150

ci(release-please): clone repository if a release is created

ci(release-please): clone repository if a release is created #150

Workflow file for this run

name: Check flake
on:
push: &triggers
branches:
- main
paths:
- '**.nix'
- flake.lock
pull_request: *triggers
jobs:
flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wimpysworld/nothing-but-nix@main
with:
hatchet-protocol: holster
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
extra-substituters = https://cache.garnix.io
extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
- name: Check Flake
run: nix flake check