Skip to content

Skip license check test for dependabot #319

Skip license check test for dependabot

Skip license check test for dependabot #319

Workflow file for this run

name: Code Lint
on:
workflow_dispatch:
push:
pull_request:
jobs:
Lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.51.2
args: -v --concurrency=1
only-new-issues: true