kopia lustrzana https://github.com/meshtastic/protobufs
Update CI & recommended extensions
rodzic
6a94e6a77f
commit
4195c6881e
|
@ -7,18 +7,18 @@ on:
|
|||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: Push to schema registry
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Buf
|
||||
uses: bufbuild/buf-setup-action@v1
|
||||
uses: bufbuild/buf-setup-action@v1.18.0
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
|
||||
- name: Push to schema registry
|
||||
uses: bufbuild/buf-push-action@v1
|
||||
uses: bufbuild/buf-push-action@v1.1.1
|
||||
with:
|
||||
buf_token: ${{ secrets.BUF_TOKEN }}
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
"recommendations": ["trunk.io", "pbkit.vscode-pbkit"]
|
||||
"recommendations": [
|
||||
"trunk.io",
|
||||
"pbkit.vscode-pbkit",
|
||||
"bufbuild.vscode-buf"
|
||||
]
|
||||
}
|
||||
|
|
2
buf.yaml
2
buf.yaml
|
@ -1,5 +1,5 @@
|
|||
version: v1
|
||||
name: "buf.build/meshtastic/protobufs"
|
||||
name: buf.build/meshtastic/protobufs
|
||||
deps: []
|
||||
build:
|
||||
excludes: []
|
||||
|
|
Ładowanie…
Reference in New Issue