File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,26 @@ jobs:
12
12
- name : checkout
13
13
uses : actions/checkout@v4
14
14
15
+ - name : Install docutils
16
+ run : sudo apt-get install -y docutils
17
+
15
18
- id : files
16
19
uses : masesgroup/retrieve-changed-files@v2
17
20
with :
18
- format : ' csv'
21
+ format : " csv"
19
22
20
23
- name : checkout-latest-rules
21
24
uses : actions/checkout@v4
22
25
with :
23
26
repository : mongodb/mongodb-vale-action
24
- path : ' ./tdbx-vale-rules'
27
+ path : " ./tdbx-vale-rules"
25
28
token : ${{secrets.GITHUB_TOKEN}}
26
29
27
30
- name : move-files-for-vale-action
28
31
run : |
29
- cp tdbx-vale-rules/.vale.ini .vale.ini
30
- mkdir -p .github/styles/
31
- cp -rf tdbx-vale-rules/.github/styles/ .github/
32
+ cp tdbx-vale-rules/.vale.ini .vale.ini
33
+ mkdir -p .github/styles/
34
+ cp -rf tdbx-vale-rules/.github/styles/ .github/
32
35
33
36
- name : run-vale
34
37
uses : errata-ai/vale-action@reviewdog
You can’t perform that action at this time.
0 commit comments