Skip to content

DVRL-355 - attempting to fix ci.yaml #346

DVRL-355 - attempting to fix ci.yaml

DVRL-355 - attempting to fix ci.yaml #346

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: integrations/github-actions
token: ${{ secrets.BUF_TOKEN }}