Skip to content

Commit bfe4c46

Browse files
pamolloyorangecms
authored andcommitted
github: Run Vale and Markdownlint for PRs and manually
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
1 parent 403276e commit bfe4c46

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/markdownlint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Markdown Lint Action
2-
on: push
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
36

47
jobs:
58
build:

.github/workflows/vale.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Vale Action
2-
on: push
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
36

47
jobs:
58
build:

0 commit comments

Comments
 (0)