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 44 pull_request :
55 paths :
66 - ' .github/workflows/**'
7- - ' **.md'
8- - ' **.yml'
9- - ' **.yaml'
107 - ' **.js'
118 - ' **.json'
9+ - ' **.md'
10+ - ' **.yaml'
11+ - ' **.yml'
1212 - ' **.ts'
1313
1414jobs :
1515 prettier :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v5
1919 - run : yarn install
2020 - 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.
6060 and zstd are already very good in terms of both compression
6161 speed and compression ratio.[ ^ 3 ]
6262- Support efficient code navigation by itself.
63-
6463 - Why: Code navigation fundamentally requires some form of bidirectional
6564 lookup which is best served by a query engine.
6665
You can’t perform that action at this time.
0 commit comments