Skip to content

Commit c8dc9ae

Browse files
authored
Remove deprecated @protobuf ts/plugin framework (#721)
1 parent 7a99aba commit c8dc9ae

39 files changed

+89
-7404
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,3 @@ jobs:
6060
- run: npm ci
6161
- run: npx turbo run conformance
6262
- run: node scripts/gh-diffcheck.js
63-
64-
bootstrap:
65-
runs-on: ubuntu-24.04
66-
steps:
67-
- uses: actions/checkout@v4
68-
- uses: actions/cache@v4
69-
with:
70-
path: .turbo
71-
key: protobuf-ts-ci/bootstrap/${{ github.sha }}
72-
restore-keys: protobuf-ts-ci/bootstrap
73-
- run: npm ci
74-
- run: npx turbo run @protobuf-ts/plugin#build
75-
- run: npx turbo run bootstrap
76-
- run: node scripts/gh-diffcheck.js

0 commit comments

Comments
 (0)