Skip to content

Optionally provide SchemaIDNameFormatter for $id field #126

Optionally provide SchemaIDNameFormatter for $id field

Optionally provide SchemaIDNameFormatter for $id field #126

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.45