mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-09 09:33:12 +00:00
ci: add buf.build github actions workflow
This commit is contained in:
parent
b494f1acb4
commit
0489f60d56
13
.github/workflows/ci.yml
vendored
Normal file
13
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: ci
|
||||
on: pull_request
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bufbuild/buf-setup-action@v1
|
||||
- uses: bufbuild/buf-lint-action@v1
|
||||
- uses: bufbuild/buf-breaking-action@v1
|
||||
with:
|
||||
# The 'main' branch of the GitHub repository that defines the module.
|
||||
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
|
||||
Loading…
x
Reference in New Issue
Block a user