Skip to content

Mux Data Monitoring Samples #24

Mux Data Monitoring Samples

Mux Data Monitoring Samples #24

Workflow file for this run

name: buf-pull-request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
# The 'main' branch of the GitHub repository that defines the module.
against: 'https://github.com/${GITHUB_REPOSITORY}.git#branch=main'
- run: buf format -d --exit-code