Skip to content

Bump actions/checkout from 2 to 4 in /.github/workflows #5

Bump actions/checkout from 2 to 4 in /.github/workflows

Bump actions/checkout from 2 to 4 in /.github/workflows #5

Workflow file for this run

name: Continuous integration
on:
push:
pull_request:
jobs:
ci:
name: Continuous integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Nix
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
experimental-features = nix-command flakes
accept-flake-config = true
- run: "nix develop .#"
name: "Prefetch CI dependencies"
- run: nix develop .# --command just test
name: Run tests
- run: nix develop .# --command just lint
name: Run lints