Skip to content

Commit

Permalink
[actions][lint] Ignore exit code of install step
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna committed Jan 5, 2021
1 parent 60cdbe2 commit 1aefee8
Show file tree
Hide file tree
Showing 56 changed files with 281 additions and 224 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
check-latest: true

- name: install
run: yarn install
run: yarn install || true

- name: lint
run: yarn run lint
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
77 changes: 77 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-2.4.0.cjs
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@
"private": true,
"homepage": "https://hacktj.org/2020v2",
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/dom": "^7.29.1",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"@types/chart.js": "^2.9.28",
"@types/jest": "^26.0.16",
"@types/lodash": "^4.14.165",
"@types/node": "^12.0.0",
"@testing-library/user-event": "^12.6.0",
"@types/chart.js": "^2.9.29",
"@types/jest": "^26.0.19",
"@types/lodash": "^4.14.167",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-map-gl": "^5.2.9",
"chart.js": "^3.0.0-beta.6",
"chart.js": "^3.0.0-beta.7",
"history": "^5.0.0",
"jq.node": "^2.2.0",
"lodash": "^4.17.20",
"mapbox-gl": "^1.13.0",
"mapbox-gl": "^2.0.1",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.1",
"react-map-gl": "^5.2.10",
"react-parallax-tilt": "^1.4.67",
"react-map-gl": "^6.0.2",
"react-parallax-tilt": "^1.4.69",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"react-scripts": "^4.0.1",
"react-spinners": "^0.9.0",
"reactstrap": "^8.7.1",
"react-spinners": "^0.10.4",
"reactstrap": "^8.8.1",
"source-map-explorer": "^2.5.1",
"typescript": "^4.1.2",
"typescript": "^4.1.3",
"web-vitals": "^1.0.1"
},
"scripts": {
Expand Down Expand Up @@ -67,18 +68,19 @@
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.17.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"prettier": "^2.2.1",
"purgecss": "^3.0.0",
"purgecss": "^3.1.3",
"react-refresh": "^0.9.0",
"serve": "^11.3.2",
"sharp-cli": "^1.14.1"
Expand Down
Loading

0 comments on commit 1aefee8

Please sign in to comment.