Skip to content

Commit 934a44b

Browse files
oke then
1 parent 802a0d2 commit 934a44b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ jobs:
112112
sleep 1
113113
done
114114
115+
- name: Install tree-sitter-cli
116+
run: cargo install tree-sitter-cli
117+
115118
- name: Setup sqlx-cli
116119
run: cargo install sqlx-cli
117120

@@ -167,6 +170,9 @@ jobs:
167170
- name: Setup Postgres
168171
uses: ./.github/actions/setup-postgres
169172

173+
- name: Install tree-sitter-cli
174+
run: cargo install tree-sitter-cli
175+
170176
- name: Run tests
171177
run: cargo test --workspace
172178

@@ -195,6 +201,8 @@ jobs:
195201
uses: moonrepo/setup-rust@v1
196202
with:
197203
cache-base: main
204+
- name: Install tree-sitter-cli
205+
run: cargo install tree-sitter-cli
198206
- name: Build main binary
199207
run: cargo build -p pgt_cli --release
200208
- name: Setup Bun
@@ -236,6 +244,8 @@ jobs:
236244
cache-base: main
237245
env:
238246
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
247+
- name: Install tree-sitter-cli
248+
run: cargo install tree-sitter-cli
239249
- name: Ensure RustFMT on nightly toolchain
240250
run: rustup component add rustfmt --toolchain nightly
241251
- name: echo toolchain

0 commit comments

Comments
 (0)