File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
luacheck :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-22.04
10
10
if : |
11
11
github.event_name == 'push' ||
12
12
github.event_name == 'pull_request' &&
26
26
run : ./.rocks/bin/luacheck .
27
27
28
28
golangci-lint :
29
- runs-on : ubuntu-latest
29
+ runs-on : ubuntu-22.04
30
30
if : |
31
31
github.event_name == 'push' ||
32
32
github.event_name == 'pull_request' &&
50
50
args : -E goimports -D errcheck
51
51
52
52
codespell :
53
- runs-on : ubuntu-latest
53
+ runs-on : ubuntu-22.04
54
54
if : |
55
55
github.event_name == 'push' ||
56
56
github.event_name == 'pull_request' &&
Original file line number Diff line number Diff line change 21
21
github.event.pull_request.head.repo.full_name != github.repository) ||
22
22
(github.event_name == 'workflow_dispatch')
23
23
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
26
26
strategy :
27
27
fail-fast : false
@@ -108,7 +108,7 @@ jobs:
108
108
github.event.label.name == 'full-ci') ||
109
109
(github.event_name == 'workflow_dispatch')
110
110
111
- runs-on : ubuntu-latest
111
+ runs-on : ubuntu-22.04
112
112
113
113
strategy :
114
114
fail-fast : false
You can’t perform that action at this time.
0 commit comments