Skip to content

fix(chore): added missing event_type param #22

fix(chore): added missing event_type param

fix(chore): added missing event_type param #22

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
only-new-issues: true
args: --timeout 3m --verbose