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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodeinegri committed Mar 21, 2020
1 parent 7e2585e commit 1820614
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "bot.js",
"scripts": {
"test": "jest --coverage --forceExit",
"eslint-prettier-check": "eslint --print-config *.js | eslint-config-prettier-check",
"eslint-prettier-check": "eslint --print-config **.js | eslint-config-prettier-check",
"prettier-eslint": "eslint --fix *.js"
},
"author": "RedRoundRobin",
Expand Down

0 comments on commit 1820614

Please sign in to comment.