mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Remove redundant lint checks from CI
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user