Check formatting on every CI push
This commit is contained in:
parent
43b4ac3fc9
commit
7743a275d3
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user