Skip to content

Bump actions/checkout from 3 to 4 (#60) #11

Bump actions/checkout from 3 to 4 (#60)

Bump actions/checkout from 3 to 4 (#60) #11

Workflow file for this run

name: buf
on:
push:
branches: ["main"]
workflow_dispatch: {} # support manual runs
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
github_token: ${{ github.token }}
- uses: bufbuild/[email protected]
with:
input: 'limit-output-types'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'linting/bad'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'linting/good'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'workspace/observabilitytypes'
buf_token: ${{ secrets.BUF_TOKEN }}
- uses: bufbuild/[email protected]
with:
input: 'workspace/observabilityapi'
buf_token: ${{ secrets.BUF_TOKEN }}