Skip to content

Added testing/linting actions. #1

Added testing/linting actions.

Added testing/linting actions. #1

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
go:
name: Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: stable
- uses: golangci/golangci-lint-action@v9
with:
version: v2.6.2