Complete pubsub revisal #2
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: main revision | |
| on: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| binaries: | |
| timeout-minutes: 10 | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout workspace repo | |
| uses: actions/checkout@v6 | |
| with: | |
| ref: ${{ github.ref }} | |
| repository: orglang/go-workspace | |
| - uses: ./.github/actions/checkout-repos | |
| with: | |
| ref: ${{ github.ref }} | |
| - uses: ./.github/actions/setup-tools | |
| - run: task binaries |