Skip to content

(chore) Wires In Secrets #42

(chore) Wires In Secrets

(chore) Wires In Secrets #42

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-22.04
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.KIPOS_SECRETS_DEPLOY_KEY }}
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
- name: Run `nix flake check`
run: nix flake check --show-trace