Skip to content

fix new lint errors. disable depguard #164

fix new lint errors. disable depguard

fix new lint errors. disable depguard #164

Workflow file for this run

name: "CI"
on:
push:
branches:
- 'main'
pull_request:
jobs:
"test-and-lint":
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell ci.nix --run "make test"
- run: nix-shell ci.nix --run "make lint"