File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
- name : PR Validation
2
-
1
+ name : PR Validate
3
2
on : pull_request
4
-
5
3
jobs :
6
- build :
4
+ spellcheck :
5
+ name : spellcheck
6
+ runs-on : ubuntu-latest
7
+ steps :
8
+ - name : Checkout Code
9
+ uses : actions/checkout@v2
10
+ with :
11
+ fetch-depth : 0
12
+ - name : Run spellcheck
13
+ uses : rojopolis/spellcheck-github-actions@0.16.0
14
+ markdownlint :
7
15
name : markdownlint-cli
8
16
runs-on : ubuntu-latest
9
-
10
17
steps :
11
18
- name : Checkout Code
12
19
uses : actions/checkout@v2
13
20
with :
14
21
fetch-depth : 0
15
-
16
22
- uses : actions/setup-node@v2
17
23
with :
18
24
node-version : " 16"
19
- - run : npm install markdownlint-cli
20
- - run : make markdownlint
25
+ - name : Install markdownlint
26
+ run : npm install markdownlint-cli
27
+ - name : Run markdownlint
28
+ run : make markdownlint
You can’t perform that action at this time.
0 commit comments