You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
447 B
23 lines
447 B
# name: golangci-lint
|
|
# on:
|
|
# pull_request:
|
|
# branches-ignore:
|
|
# - main
|
|
#
|
|
# permissions:
|
|
# contents: read
|
|
#
|
|
# jobs:
|
|
# golangci:
|
|
# name: lint
|
|
# runs-on: ubuntu-latest
|
|
# steps:
|
|
# - uses: actions/checkout@v4
|
|
# - uses: actions/setup-go@v5
|
|
# with:
|
|
# go-version: stable
|
|
# - name: golangci-lint
|
|
# uses: golangci/golangci-lint-action@v8
|
|
# with:
|
|
# version: v2.1
|
|
#
|