Skip to content

Commit

Permalink
Remove unused jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisUser committed Feb 23, 2023
1 parent 6a3639b commit 969bfd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
CI: false
run: |
yarn build
- name: Check code format [Prettier]
run: |
yarn format
- name: Check code lint [ESLint]
run: |
yarn lint
- name: Run tests
run: |
yarn test
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"build": "react-scripts build",
"dist": "tsc",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --cache .",
"format": "prettier --check ."
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 969bfd2

Please sign in to comment.