Skip to content

Update actions/checkout action to v5 #4

Update actions/checkout action to v5

Update actions/checkout action to v5 #4

Workflow file for this run

# Copyright 2025 Logan Magee
#
# SPDX-License-Identifier: AGPL-3.0-only
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:
token: ${{ secrets.BUF_TOKEN }}