Skip to content

mention new supported types #94

mention new supported types

mention new supported types #94

Workflow file for this run

name: Go Linter
on:
push:
branches-ignore:
- none
tags-ignore:
- '*'
paths:
- '**.go'
- 'go.mod'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1