Skip to content

Merge remote-tracking branch 'origin/develop' #39

Merge remote-tracking branch 'origin/develop'

Merge remote-tracking branch 'origin/develop' #39

Workflow file for this run

name: "Lint"
on:
push:
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: |
nix flake check -L