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 4141 # The GH actions bot is used by default if you didn't specify the two fields.
4242 # You can swap them out with your own user credentials.
4343 # 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
22
33on :
44 pull_request :
5- branches : ["public"]
5+ branches : [ "public" ]
66
77jobs :
88 linting :
3030 - name : Markdownlint Check
31313232 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 2121 - name : Install dependencies
2222 run : yarn install --frozen-lockfile
2323 - 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