Remove debug info from ripgrep [skip ci] (#2931)

This commit is contained in:
Felix Häusler 2022-01-25 15:38:18 +01:00 committed by GitHub
parent e5908f4d0c
commit a996defacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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