mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-09 17:19:02 +00:00
fix(mobile-mcp): remove lint step from CD workflow (monorepo prettier conflicts with upstream eslint) (#6255)
This commit is contained in:
parent
9658dccfbb
commit
972cb044d1
1 changed files with 0 additions and 4 deletions
4
.github/workflows/cd-mobile-mcp.yml
vendored
4
.github/workflows/cd-mobile-mcp.yml
vendored
|
|
@ -43,10 +43,6 @@ jobs:
|
|||
working-directory: 'packages/mobile-mcp'
|
||||
run: 'npm ci --ignore-scripts'
|
||||
|
||||
- name: 'Lint'
|
||||
working-directory: 'packages/mobile-mcp'
|
||||
run: 'npm run lint'
|
||||
|
||||
- name: 'Set version'
|
||||
working-directory: 'packages/mobile-mcp'
|
||||
run: 'npm version "${{ steps.version.outputs.version }}" --no-git-tag-version'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue