Check formatting on every CI push

This commit is contained in:
Bronley 2021-07-09 16:09:53 -04:00
parent 43b4ac3fc9
commit 7743a275d3

View File

@ -10,4 +10,5 @@ jobs:
with:
node-version: "14.12.0"
- run: npm ci
- run: npm run validate
- run: npm run validate
- run: npm run check-formatting