Skip to content

Remove license scan report and status (#80) #158

Remove license scan report and status (#80)

Remove license scan report and status (#80) #158

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 'stable'
check-latest: true
- id: golangci-lint-version
run: |
make gh-lint-version >> $GITHUB_OUTPUT
- uses: golangci/golangci-lint-action@v6
with:
version: ${{ steps.golangci-lint-version.outputs.GOLANGCI_LINT_VERSION }}
args: --verbose --timeout 5m