Skip to content

refactor: change plugin system to use gRPC #7878

refactor: change plugin system to use gRPC

refactor: change plugin system to use gRPC #7878

Workflow file for this run

name: Lint
on:
pull_request:
push:
paths-ignore:
- '**.md'
branches:
- main
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}