File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,36 +17,48 @@ jobs:
17
17
with :
18
18
version : v1.54
19
19
args : -E gofmt
20
+ skip-pkg-cache : true
21
+ skip-build-cache : true
20
22
- name : golangci-lint on fixtures/basic
21
23
uses : golangci/golangci-lint-action@v4
22
24
with :
23
25
version : v1.54
24
26
working-directory : fixtures/basic
25
27
args : -E gofmt
28
+ skip-pkg-cache : true
29
+ skip-build-cache : true
26
30
- name : golangci-lint on fixtures/detect_tty
27
31
uses : golangci/golangci-lint-action@v4
28
32
with :
29
33
version : v1.54
30
34
working-directory : fixtures/detect_tty
31
35
args : -E gofmt
36
+ skip-pkg-cache : true
37
+ skip-build-cache : true
32
38
- name : golangci-lint on fixtures/signals
33
39
uses : golangci/golangci-lint-action@v4
34
40
with :
35
41
version : v1.54
36
42
working-directory : fixtures/signals
37
43
args : -E gofmt
44
+ skip-pkg-cache : true
45
+ skip-build-cache : true
38
46
- name : golangci-lint on fixtures/timed
39
47
uses : golangci/golangci-lint-action@v4
40
48
with :
41
49
version : v1.54
42
50
working-directory : fixtures/timed
43
51
args : -E gofmt
52
+ skip-pkg-cache : true
53
+ skip-build-cache : true
44
54
- name : golangci-lint on fixtures/winsize
45
55
uses : golangci/golangci-lint-action@v4
46
56
with :
47
57
version : v1.54
48
58
working-directory : fixtures/winsize
49
59
args : -E gofmt
60
+ skip-pkg-cache : true
61
+ skip-build-cache : true
50
62
51
63
test :
52
64
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments