Skip to content

RandomAlphaString fix for 32-bit (#200) #701

RandomAlphaString fix for 32-bit (#200)

RandomAlphaString fix for 32-bit (#200) #701

Workflow file for this run

name: Proto Checks
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: ['main']
push:
jobs:
proto-test:
name: Test For Proto 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/goutils.git#branch=main'