Compare commits

...

11 Commits

Author SHA1 Message Date
Peter Tripp
3efbd3afa6 Maybe GITHUB_BASE_REF? 2024-09-30 22:57:03 -04:00
Peter Tripp
2e36aaf14b Renamed config option. 2024-09-30 22:06:48 -04:00
Peter Tripp
7b0a239db7 Disable linting. 2024-09-30 21:54:28 -04:00
Peter Tripp
375537b520 Merge branch 'main' into buf_action 2024-09-30 21:50:48 -04:00
Peter Tripp
fd47471ba6 Reformat proto. 2024-09-30 21:50:09 -04:00
Peter Tripp
4aad214eae Rewind a bit on the buf version. 2024-09-18 17:26:44 -04:00
Peter Tripp
2d62e50023 Apply buf format 2024-09-18 17:21:40 -04:00
Peter Tripp
c772f87b99 No v maybe? 2024-09-18 17:07:02 -04:00
Peter Tripp
4783fe176d Bump buf-action to newest (v1.41.0) as buf-action requires buf >= v1.35.0 2024-09-18 16:51:41 -04:00
Peter Tripp
39c92bc9ee Update .github/workflows/ci.yml
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-09-18 16:37:05 -04:00
Peter Tripp
3bedf2b30c ci: Switch Proto-buf checks to non-deprecated bufbuild/buf-action.
- bufbuild/buf-setup-action [has been deprecated](3de295e042) since 2024-08-01.
2024-09-18 16:34:44 -04:00
3 changed files with 1372 additions and 1370 deletions

View File

@@ -65,13 +65,13 @@ jobs:
echo "BUF_BASE_BRANCH=$GITHUB_BASE_REF" >> $GITHUB_ENV
fi
- uses: bufbuild/buf-setup-action@v1
with:
version: v1.29.0
- uses: bufbuild/buf-breaking-action@v1
- name: Protobuf checks
uses: bufbuild/buf-action@v1
with:
version: 1.35.0
input: "crates/proto/proto/"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=${BUF_BASE_BRANCH},subdir=crates/proto/proto/"
breaking_against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=${GITHUB_BASE_REF},subdir=crates/proto/proto/"
lint: false
macos_tests:
timeout-minutes: 60

View File

@@ -36,6 +36,9 @@
"RUST_DEFAULT_PACKAGE_RUN": "zed"
}
}
},
"proto": {
"tab_size": 2
}
},
"file_types": {

File diff suppressed because it is too large Load Diff