Skip to content

Replace NBSP with spaces #348

Replace NBSP with spaces

Replace NBSP with spaces #348

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 }}