gha: Add Format check step

This commit is contained in:
peaceiris 2019-09-21 10:02:30 +09:00
parent 4e3dcc4c49
commit a82c3c7f43

View file

@ -14,6 +14,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Format check
run: npm run format:check
- name: Lint
run: npm run lint