Skip to content

Revert "fix: subs and donos not unmarshalling" #2

Revert "fix: subs and donos not unmarshalling"

Revert "fix: subs and donos not unmarshalling" #2

Workflow file for this run

name: Run golangci-lint
on:
pull_request:
branches:
- 'master'
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest