Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from RedRoundRobin/lorenzodeinegri-patch-1
Browse files Browse the repository at this point in the history
Update checker.yml
  • Loading branch information
lorenzodeinegri committed Mar 21, 2020
2 parents f69cd8e + 4040876 commit 422c43f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
node-version: 12.x
- name: Run dependencies installation
run: npm ci
# - name: Run formatter and linter configuration check
# run: npm run eslint-prettier-check
- name: Run project formatter and linter
run: npm run prettier-eslint
- name: Run project build
run: npm run build --if-present
- name: Run project test
Expand Down

0 comments on commit 422c43f

Please sign in to comment.