Skip to content

Feature: Publish V1

Feature: Publish V1 #2

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
types:
- edited
- opened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
name: Linting Go Code
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0