diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bf71fe..4db89c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/package.json b/package.json index 7c87390..9563e34 100644 --- a/package.json +++ b/package.json @@ -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"