Skip to content

Initial commit

Initial commit #13

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0.2