Skip to content

Commit 5343405

Browse files
committed
Fix vale-action
1 parent 5789946 commit 5343405

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ jobs:
6363
vale:
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v4
66+
- name: Checkout repository
67+
uses: actions/checkout@v4
68+
69+
- name: Install docutils
70+
run: sudo apt-get install -y docutils
71+
72+
- name: Lint with Vale
6773
- uses: errata-ai/vale-action@reviewdog
6874
env:
6975
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)