Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
pull_request:
paths:
- '.github/workflows/**'
- '**.md'
- '**.yml'
- '**.yaml'
- '**.js'
- '**.json'
- '**.md'
- '**.yaml'
- '**.yml'
- '**.ts'

jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- run: yarn install
- run: yarn run prettier-check
1 change: 0 additions & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ and then converting to SCIP for transmission.
and zstd are already very good in terms of both compression
speed and compression ratio.[^3]
- Support efficient code navigation by itself.

- Why: Code navigation fundamentally requires some form of bidirectional
lookup which is best served by a query engine.

Expand Down
Loading