File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
# The GH actions bot is used by default if you didn't specify the two fields.
42
42
# You can swap them out with your own user credentials.
43
43
# user_name:
44
- # user_email:
44
+ # user_email:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Linters Check
2
2
3
3
on :
4
4
pull_request :
5
- branches : ["public"]
5
+ branches : [ "public" ]
6
6
7
7
jobs :
8
8
linting :
30
30
- name : Markdownlint Check
31
31
32
32
with :
33
- cmd : lint:markdownlint # will run `yarn lint:eslint` command
33
+ cmd : lint:markdownlint # will run `yarn lint:eslint` command
Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : yarn install --frozen-lockfile
23
23
- name : Test build website
24
- run : yarn build:public
24
+ run : yarn build:public
You can’t perform that action at this time.
0 commit comments