File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
paths :
6
6
- ' .github/workflows/**'
7
- - ' **.md'
8
- - ' **.yml'
9
- - ' **.yaml'
10
7
- ' **.js'
11
8
- ' **.json'
9
+ - ' **.md'
10
+ - ' **.yaml'
11
+ - ' **.yml'
12
12
- ' **.ts'
13
13
14
14
jobs :
15
15
prettier :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v5
19
19
- run : yarn install
20
20
- run : yarn run prettier-check
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ and then converting to SCIP for transmission.
60
60
and zstd are already very good in terms of both compression
61
61
speed and compression ratio.[ ^ 3 ]
62
62
- Support efficient code navigation by itself.
63
-
64
63
- Why: Code navigation fundamentally requires some form of bidirectional
65
64
lookup which is best served by a query engine.
66
65
You can’t perform that action at this time.
0 commit comments