Skip to content

If any messages do not have a subfilter then don't introspect them. #16

If any messages do not have a subfilter then don't introspect them.

If any messages do not have a subfilter then don't introspect them. #16

Workflow file for this run

name: Linter
on: [ "push", "pull_request" ]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go 1.20
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Go vet
run: go vet ./...