BAZEL-3028: fix 261 open source build #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build plugin with Bazel | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| build: | |
| name: Build plugin with Bazel | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6 | |
| - name: Install Bazel | |
| uses: bazel-contrib/setup-bazel@0.19.0 | |
| - name: Call Bazel build | |
| run: | | |
| bazel build //:plugin-bazel_zip |