Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

[TT-1481] simpler config (#39) #261

[TT-1481] simpler config (#39)

[TT-1481] simpler config (#39) #261

Workflow file for this run

name: Lint
on:
push:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
env:
SETH_NETWORK: ${{ matrix.network }}
run: |
nix develop -c make lint