Skip to content

APP-3181 ListRegistryItem #1383

APP-3181 ListRegistryItem

APP-3181 ListRegistryItem #1383

Workflow file for this run

name: Pull Request Update
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch:
pull_request:
branches: [ 'main' ]
types: [opened, synchronize, reopened]
push:
branches: [ '!main' ]
jobs:
test:
name: Test For Lint and Breaking Changes
timeout-minutes: 5
runs-on: [self-hosted, x64]
container:
image: ghcr.io/viamrobotics/canon:amd64-cache
options: --platform linux/amd64
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
# Run all Lint runs
- uses: bufbuild/buf-lint-action@v1
# Run breaking change detection against the `main` branch
- uses: bufbuild/buf-breaking-action@v1
with:
against: 'https://github.com/viamrobotics/api.git#branch=main'