Skip to content

Commit

Permalink
ci: pop the hood
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 20, 2020
1 parent d0c6646 commit a879820
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
yarn add --dev eslint@${{matrix.eslint-version }}
- name: run prettylint
run: yarn prettylint
- name: debug
run: ls node_modules/eslint-plugin-eslint-plugin
- name: lint
run: yarn lint
- name: run typecheck
run: yarn typecheck
- name: run tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"eslint-plugin-prettier": "^3.0.0",
"husky": "^3.0.9",
"jest": "^25.2.0",
"jest-runner-eslint": "^0.8.0",
"jest-runner-eslint": "0.7.6",
"lint-staged": "^9.4.2",
"prettier": "^1.19.1",
"prettylint": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5183,10 +5183,10 @@ jest-resolve@^25.5.1:
resolve "^1.17.0"
slash "^3.0.0"

jest-runner-eslint@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.8.0.tgz#7c8abe635bf50a9b338022e24750cb216ee55461"
integrity sha512-pCa974VqYRZ5TRmeIwEngyeiuMktc9lCucJcTL+uvxpcDj+o8QCjmiGoRQCHEPx3w9I0/3GSbkUetA3OhDqiLw==
jest-runner-eslint@0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.7.6.tgz#70df865939e03f4c9941a49826068e02c17c9906"
integrity sha512-J3oonxiKlo8rY/pI5oH0pMkt7sAFQxx9qqBMFDmx6vsFpWKPJFVS6+qx2JX0uR482KaE6+12tDfMe/4wtdIBzQ==
dependencies:
chalk "^2.4.1"
cosmiconfig "^5.0.0"
Expand Down

0 comments on commit a879820

Please sign in to comment.