Skip to content

feat: manage map types with additionalProperties #129

feat: manage map types with additionalProperties

feat: manage map types with additionalProperties #129

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
paths:
- '**.go'
- '.github/workflows/lint.yml'
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.54
args: --timeout 5m