It's way too slow, and we have a forge to do it now.
This commit is contained in:
parent
f1fe8b4d2b
commit
0b62bcad50
2 changed files with 3 additions and 5 deletions
|
|
@ -1,9 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
golint:
|
||||
runs-on: nixos
|
||||
runs-on: native
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: nix develop
|
||||
run: nix develop
|
||||
- name: golangci-lint
|
||||
run: golangci-lint run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue