Skip to content

Commit a396b1c

Browse files
committed
ci(vale): use our container by default
We have everything you need. Signed-off-by: Randolph Sapp <rs@ti.com>
1 parent bb63878 commit a396b1c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/vale.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ 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:
1219
- name: Checkout repository
@@ -20,9 +27,6 @@ jobs:
2027
**.rst
2128
**.md
2229
23-
- name: Install docutils
24-
run: sudo apt-get install -y docutils
25-
2630
- name: Run vale checks
2731
uses: errata-ai/vale-action@v2.1.1
2832
with:

0 commit comments

Comments
 (0)