We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dacf52 commit 28a6029Copy full SHA for 28a6029
.github/workflows/vale.yml
@@ -24,11 +24,10 @@ jobs:
24
# Step 2: Run the Vale GitHub Action.
25
# This action automatically downloads Vale and runs it against your files.
26
# It will use the configuration file (.vale.ini) from your repository.
27
- - name: Run Vale
28
- uses: errata-ai/vale-action@v2
29
-
30
- name: Install Asciidoctor
31
run: sudo apt-get install -y asciidoctor
+ - name: Run Vale
+ uses: errata-ai/vale-action@v2
32
with:
33
# You can specify which files to lint.
34
# The default is to lint all files recognized by Vale ('*').
0 commit comments