Remove redundant lint checks from CI

This commit is contained in:
Evan Hahn 2021-02-04 11:40:11 -06:00 committed by GitHub
parent 34df011b06
commit 2ffa607c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: yarn prepare-beta-build
- run: yarn build
- run: yarn test-node
@ -65,7 +64,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: yarn prepare-beta-build
- run: yarn build
- run: xvfb-run --auto-servernum yarn test-node
@ -93,7 +91,6 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn generate
- run: yarn lint
- run: node build\grunt.js
- run: yarn test-node
- run: copy package.json temp.json