We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71543f9 commit 178dbdfCopy full SHA for 178dbdf
1 file changed
.github/workflows/vale-tdbx.yml
@@ -12,6 +12,9 @@ jobs:
12
- name: checkout
13
uses: actions/checkout@master
14
15
+ - name: Install docutils
16
+ run: sudo apt-get install -y docutils
17
+
18
- id: files
19
uses: masesgroup/retrieve-changed-files@v2
20
with:
0 commit comments