Skip to content

WIP Laptop debug

WIP Laptop debug #26

Workflow file for this run

name: Commit
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build -L ".#checks.x86_64-linux.pre-commit"