diff options
author | 2024-08-11 13:13:10 -0700 | |
---|---|---|
committer | 2024-08-11 13:13:10 -0700 | |
commit | 29c6040a51616e9e4cf6c70ee16391b2a3b238c9 (patch) | |
tree | 049140ef28899831b633b8323a3f43d6240d6c33 /api/.github | |
parent | 7d1d986d3a0a1ad19d3ed969b31064627e79d653 (diff) | |
parent | 0a5cc39b5223e4301bc67e1e1b4bcd1f23574b46 (diff) | |
download | ibd-trader-29c6040a51616e9e4cf6c70ee16391b2a3b238c9.tar.gz ibd-trader-29c6040a51616e9e4cf6c70ee16391b2a3b238c9.tar.zst ibd-trader-29c6040a51616e9e4cf6c70ee16391b2a3b238c9.zip |
Merge remote-tracking branch 'api/main'
Diffstat (limited to 'api/.github')
-rw-r--r-- | api/.github/workflows/buf-ci.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/api/.github/workflows/buf-ci.yaml b/api/.github/workflows/buf-ci.yaml new file mode 100644 index 0000000..4eb4862 --- /dev/null +++ b/api/.github/workflows/buf-ci.yaml @@ -0,0 +1,18 @@ +name: Buf CI + +on: + push: + pull_request: + types: [opened, synchronize, reopened, labeled, unlabeled] + delete: + +permissions: + contents: read + pull-requests: write + +jobs: + buf: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: bufbuild/buf-action@v1 |