Skip to content

chore: make a type alias in DB interface #292

chore: make a type alias in DB interface

chore: make a type alias in DB interface #292

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
- name: run lint
run: nix develop -c make lint