Skip to content

Refactor devenv to separate file, add hooks and run test from devenv" #60

Refactor devenv to separate file, add hooks and run test from devenv"

Refactor devenv to separate file, add hooks and run test from devenv" #60

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop --impure --command bash -c "devenv test"