Skip to content

Commit 6e11ae0

Browse files
committedSep 5, 2019
enforce lint rules on PR pushes too so we can have clean builds
1 parent 8c95a63 commit 6e11ae0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/runTestsOnPush.yml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
uses: Borales/actions-yarn@master
1111
with:
1212
args: install
13+
- name: Lint
14+
uses: Borales/actions-yarn@master
15+
with:
16+
args: lint
1317
- name: Test
1418
uses: Borales/actions-yarn@master
1519
with:

0 commit comments

Comments
 (0)
Please sign in to comment.