Skip to content

Commit 64aff4b

Browse files
committed
ci(vale): use our container by default
We have everything you need. Signed-off-by: Randolph Sapp <[email protected]>
1 parent bb63878 commit 64aff4b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/vale.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ name: "vale"
33

44
on: [pull_request]
55

6+
defaults:
7+
run:
8+
shell: bash
9+
610
jobs:
711
vale:
812
name: vale
913
runs-on: ubuntu-latest
14+
container:
15+
image: ghcr.io/staticrocket/processor-sdk-doc:latest
16+
options: --entrypoint /bin/bash
1017

1118
steps:
19+
- name: Prepare GitHub workdir
20+
run: mkdir -p /github/home/
21+
1222
- name: Checkout repository
1323
uses: actions/checkout@v4
1424

@@ -20,9 +30,6 @@ jobs:
2030
**.rst
2131
**.md
2232
23-
- name: Install docutils
24-
run: sudo apt-get install -y docutils
25-
2633
- name: Run vale checks
2734
uses: errata-ai/[email protected]
2835
with:

0 commit comments

Comments
 (0)