Skip to content

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error #56

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error

Merge pull request #24 from m-mizutani/fix/json-unmarshal-type-error #56

Workflow file for this run

name: Lint
on:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2