Validating v4

This commit is contained in:
Kasra Bigdeli
2020-08-16 08:58:13 -04:00
parent b643e1709a
commit 7bab4b4afc
4 changed files with 140 additions and 106 deletions

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci && npm run validate_json && npm run formatter
- run: npm ci && npm run validate_apps && npm run formatter
env:
GITHUB_PERSONAL_TOKEN: ${{secrets.GITHUB_PERSONAL_TOKEN}}