Skip to content

Fixed broken link to http/pbuff example (#1497) #4328

Fixed broken link to http/pbuff example (#1497)

Fixed broken link to http/pbuff example (#1497) #4328

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.11.3
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
uses: pre-commit/[email protected]