File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
# Common versions
13
13
GO_VERSION : ' 1.21'
14
- GOLANGCI_VERSION : ' v1.58 '
14
+ GOLANGCI_VERSION : ' v1.55.2 '
15
15
DOCKER_BUILDX_VERSION : ' v0.4.2'
16
16
17
17
# Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run
@@ -50,17 +50,17 @@ jobs:
50
50
skip-pkg-cache : true
51
51
52
52
markdownlint-misspell-shellcheck :
53
- runs-on : ubuntu-20 .04
53
+ runs-on : ubuntu-22 .04
54
54
# this image is build from Dockerfile
55
55
# https://github.com/pouchcontainer/pouchlinter/blob/master/Dockerfile
56
56
container : pouchcontainer/pouchlinter:v0.1.2
57
57
steps :
58
58
- name : Checkout
59
59
uses : actions/checkout@v3
60
60
- name : Run misspell
61
- run : find ./* -name "*" | grep -v vendor | xargs misspell -error
62
- - name : Run shellcheck
63
- run : find ./ -name "*.sh " | grep -v vendor | xargs shellcheck
61
+ run : find ./* -name "*" | xargs misspell -error
62
+ - name : Lint markdown files
63
+ run : find ./ -name "*.md " | grep -v enhancements | grep -v .github
64
64
65
65
unit-tests :
66
66
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments