mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 19:41:39 +08:00
Remove debug info from ripgrep [skip ci] (#2931)
This commit is contained in:
parent
e5908f4d0c
commit
a996defacc
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -63,6 +63,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --check-files --frozen-lockfile
|
run: yarn install --check-files --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Strip ripgrep on Linux
|
||||||
|
if: runner.os == 'Linux'
|
||||||
|
run: strip node_modules/vscode-ripgrep/bin/rg
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
yarn run lint
|
yarn run lint
|
||||||
|
Loading…
Reference in New Issue
Block a user