Skip to content

Update to v2 (#70) #337

Update to v2 (#70)

Update to v2 (#70) #337

Workflow file for this run

name: CI
on: push
jobs:
lint-and-breaking-change-detection:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Buf Action
uses: bufbuild/buf-action@v1
with:
input: github-actions
token: ${{ secrets.BUF_TOKEN }}