Skip to content

Commit 28a6029

Browse files
Update vale.yml
1 parent 4dacf52 commit 28a6029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/vale.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
# Step 2: Run the Vale GitHub Action.
2525
# This action automatically downloads Vale and runs it against your files.
2626
# It will use the configuration file (.vale.ini) from your repository.
27-
- name: Run Vale
28-
uses: errata-ai/vale-action@v2
29-
3027
- name: Install Asciidoctor
3128
run: sudo apt-get install -y asciidoctor
29+
- name: Run Vale
30+
uses: errata-ai/vale-action@v2
3231
with:
3332
# You can specify which files to lint.
3433
# The default is to lint all files recognized by Vale ('*').

0 commit comments

Comments
 (0)