Skip to content

Commit 9c74982

Browse files
committed
Testing CI/CD by adding vale to actions
Signed-off-by: Lynette Miles <[email protected]>
1 parent bc64c0c commit 9c74982

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-lint.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: ludeeus/action-shellcheck@master
24+
25+
vale:
26+
name: runner / vale
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v4
30+
- uses: errata-ai/[email protected]

0 commit comments

Comments
 (0)