Skip to content

Commit 4daa9a0

Browse files
authored
Fix prettier formatting GitHub action (#328)
Formatted files.
1 parent ffe1409 commit 4daa9a0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/formatting.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on:
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

1414
jobs:
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

DESIGN.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)