Add test lint action

This commit is contained in:
Eli Ribble 2026-05-13 14:18:21 +00:00
parent ec98c8226e
commit 17c6bf8d50
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,9 @@
on: [push]
jobs:
golint:
runs-on: nixos
steps:
- name: checkout code
uses: actions/checkout@v4
- name: golangci-lint
run: golangci-lint run