Skip to content

Merge pull request #70 from jmbaur/create-pull-request/patch #101

Merge pull request #70 from jmbaur/create-pull-request/patch

Merge pull request #70 from jmbaur/create-pull-request/patch #101

Workflow file for this run

name: ci
on:
workflow_dispatch: # allows manual triggering
push:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: check
run: nix develop .\#ci --command sh -c "just check"