Skip to content

worktree/quiet stone 24b5 #357

worktree/quiet stone 24b5

worktree/quiet stone 24b5 #357

Workflow file for this run

name: "CI"
on:
pull_request:
paths:
- '**.nix'
- 'flake.lock'
push:
branches: [ master ]
paths:
- '**.nix'
- 'flake.lock'
jobs:
ci:
runs-on: self-hosted
steps:
- uses: ossystems/nix-actions@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}