We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f038e commit e2b745eCopy full SHA for e2b745e
1 file changed
.github/workflows/golangci-lint.yml
@@ -1,10 +1,11 @@
1
name: pull-cli-lint
2
on:
3
pull_request:
4
+ branches: [ "main" ]
5
workflow_dispatch:
6
jobs:
7
golangci:
- name: lint
8
+ name: golangci-lint
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
0 commit comments