Skip to content

Update workflow

Update workflow #4

Workflow file for this run

name: "Check"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: nicknovitski/nix-develop@v1
- run: just setup
- run: just check