Skip to content

fix: rename i_pv4s and i_pv6s to ipv4s and ipv6s for consistency (#6) #26

fix: rename i_pv4s and i_pv6s to ipv4s and ipv6s for consistency (#6)

fix: rename i_pv4s and i_pv6s to ipv4s and ipv6s for consistency (#6) #26

Workflow file for this run

name: Buf CI
on:
push:
paths:
- '**.proto'
- '**/buf.yaml'
- '**/buf.lock'
- '**/buf.md'
- '**/README.md'
- '**/LICENSE'
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@v4
- uses: bufbuild/buf-action@v1
with:
# Publishing schema changes to the BSR requires a BSR authentication token.
token: ${{ secrets.BUF_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
push_create_visibility: public