File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Get pathPrefix
18
- uses : actions/github-script@v6
18
+ uses : actions/github-script@v7
19
19
id : get_path_prefix
20
20
with :
21
21
script : |
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Get pathPrefix
27
- uses : actions/github-script@v6
27
+ uses : actions/github-script@v7
28
28
id : get_path_prefix
29
29
with :
30
30
script : |
Original file line number Diff line number Diff line change 60
60
# Use full version number to avoid cases when a next
61
61
# released version is buggy
62
62
# About slim image: https://github.com/github/super-linter#slim-image
63
- uses : super-linter/super-linter/slim@v7.0 .0
63
+ uses : super-linter/super-linter/slim@v7.2 .0
64
64
env :
65
65
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66
66
DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 19
19
"build" : " NODE_OPTIONS='--max-old-space-size=8192' gatsby build" ,
20
20
"serve" : " NODE_OPTIONS='--max-old-space-size=8192' gatsby serve" ,
21
21
"clean" : " gatsby clean" ,
22
- "test" : " remark src/pages --quiet --frail" ,
23
- "lint" : " docker run --rm -e RUN_LOCAL=true --env-file .github/super-linter.env -v \" $PWD\" :/tmp/lint github/super-linter:slim-v4.10.1"
22
+ "test" : " remark src/pages --quiet --frail"
24
23
},
25
24
"packageManager" : " yarn@3.2.1" ,
26
25
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments