Add lint and format to github workflow.

This commit is contained in:
maxswa
2021-03-25 00:55:34 -04:00
parent 89944ca8cc
commit e200a8d566

View File

@@ -10,6 +10,12 @@ jobs:
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
cmd: install cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd: lint
- uses: borales/actions-yarn@v2.0.0
with:
cmd: format
- uses: borales/actions-yarn@v2.0.0 - uses: borales/actions-yarn@v2.0.0
with: with:
cmd: build cmd: build