Skip to content

Commit f7e8b20

Browse files
committed
github: Lint intro with vale
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
1 parent 6a08d18 commit f7e8b20

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/vale.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Vale Action
2+
on: push
3+
4+
jobs:
5+
build:
6+
name: Vale
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
12+
- name: Install vale
13+
run: sudo snap install vale
14+
15+
- name: Lint prose
16+
run: |
17+
vale sync
18+
vale src/intro.md

0 commit comments

Comments
 (0)