Skip to content

bugfix: extension resource could be applied to any scope #344

bugfix: extension resource could be applied to any scope

bugfix: extension resource could be applied to any scope #344

Workflow file for this run

---
name: GoLang Linting
on:
pull_request:
types: ['opened', 'synchronize']
paths:
- '**.go'
- 'vendor/**'
- '.github/workflows/**'
jobs:
golint:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.21'
- uses: golangci/golangci-lint-action@v4
with:
version: 'v1.54'
args: -v