diff options
author | 2024-08-11 13:29:32 -0700 | |
---|---|---|
committer | 2024-08-11 13:29:32 -0700 | |
commit | 7758d903c27f5cdaadaa24f8ed1965b7a6590df8 (patch) | |
tree | 2c9b13e5b9c54a150c5b5e2525d3b7bae53d472c /api | |
parent | c98b9a6ad588e5faca7d44eac22f95884355224f (diff) | |
download | ibd-trader-7758d903c27f5cdaadaa24f8ed1965b7a6590df8.tar.gz ibd-trader-7758d903c27f5cdaadaa24f8ed1965b7a6590df8.tar.zst ibd-trader-7758d903c27f5cdaadaa24f8ed1965b7a6590df8.zip |
Set up workflows for new monorepo
Diffstat (limited to 'api')
-rw-r--r-- | api/.github/workflows/buf-ci.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/api/.github/workflows/buf-ci.yaml b/api/.github/workflows/buf-ci.yaml deleted file mode 100644 index 4eb4862..0000000 --- a/api/.github/workflows/buf-ci.yaml +++ /dev/null @@ -1,18 +0,0 @@ -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 |