Skip to content

first commit

first commit #1

Workflow file for this run

name: Lint
on:
push:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run lint
run: |-
nix develop -c make lint