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