Skip to content

with custom marshaller #16

with custom marshaller

with custom marshaller #16

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.34.1