We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1494e commit cbc8150Copy full SHA for cbc8150
.github/workflows/check.yaml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
luacheck:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
if: |
11
github.event_name == 'push' ||
12
github.event_name == 'pull_request' &&
@@ -32,7 +32,7 @@ jobs:
32
run: ./.rocks/bin/luacheck .
33
34
golangci-lint:
35
36
37
38
@@ -57,7 +57,7 @@ jobs:
57
args: --out-${NO_FUTURE}format colored-line-number --config=.golangci.yaml
58
59
codespell:
60
61
62
63
0 commit comments