Skip to content

Commit 53987ec

Browse files
committed
fix: revert and just update action ver
1 parent ac516be commit 53987ec

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

.github/workflows/golangci-lint.yml

+19-21
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
name: Run golangci-lint
2-
uses: golangci/golangci-lint-action@v3.0.0
3-
4-
# name: golangci-lint
5-
# on:
6-
# push:
7-
# tags:
8-
# - v*
9-
# branches:
10-
# - master
11-
# pull_request:
12-
# jobs:
13-
# golangci:
14-
# name: lint
15-
# runs-on: ubuntu-latest
16-
# steps:
17-
# - uses: actions/checkout@v2
18-
# - name: golangci-lint
19-
# uses: golangci/golangci-lint-action@v2
20-
# with:
21-
# version: v1.41
22-
# args: --timeout=5m
2+
on:
3+
push:
4+
tags:
5+
- v*
6+
branches:
7+
- master
8+
pull_request:
9+
jobs:
10+
golangci:
11+
name: lint
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: golangci/golangci-lint-action@v3.0.0
15+
# - uses: actions/checkout@v2
16+
# - name: golangci-lint
17+
# uses: golangci/golangci-lint-action@v2
18+
# with:
19+
# version: v1.41
20+
# args: --timeout=5m

0 commit comments

Comments
 (0)