We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb63878 commit 64aff4bCopy full SHA for 64aff4b
.github/workflows/vale.yml
@@ -3,12 +3,22 @@ name: "vale"
3
4
on: [pull_request]
5
6
+defaults:
7
+ run:
8
+ shell: bash
9
+
10
jobs:
11
vale:
12
name: vale
13
runs-on: ubuntu-latest
14
+ container:
15
+ image: ghcr.io/staticrocket/processor-sdk-doc:latest
16
+ options: --entrypoint /bin/bash
17
18
steps:
19
+ - name: Prepare GitHub workdir
20
+ run: mkdir -p /github/home/
21
22
- name: Checkout repository
23
uses: actions/checkout@v4
24
@@ -20,9 +30,6 @@ jobs:
30
**.rst
31
**.md
32
- - name: Install docutils
- run: sudo apt-get install -y docutils
25
-
26
33
- name: Run vale checks
27
34
uses: errata-ai/[email protected]
28
35
with:
0 commit comments