Skip to content

Use organization-preferred copyright header style #33

Use organization-preferred copyright header style

Use organization-preferred copyright header style #33

Workflow file for this run

# SPDX-FileCopyrightText: © 2025 Logan Magee
#
# SPDX-License-Identifier: Apache-2.0
name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: bufbuild/buf-action@v1
with:
format: false
token: ${{ secrets.BUF_TOKEN }}