mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 08:39:25 +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
|
||||
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
|
||||
run: |
|
||||
yarn run lint
|
||||
|
Loading…
Reference in New Issue
Block a user