File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
name : Yamllint
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Yamllint
14
14
uses : karancode/yamllint-github-action@master
15
15
with :
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
name : Check spelling of all files with codespell
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : codespell-project/actions-codespell@v2
16
16
with :
17
17
ignore_words_file : codespell.txt
18
18
misspell :
19
19
name : Check spelling of all files in commit with misspell
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : Install
24
24
run : wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b .
25
25
- name : Misspell
You can’t perform that action at this time.
0 commit comments