Skip to content

chore: bump codecov/codecov-action from 4 to 5 #198

chore: bump codecov/codecov-action from 4 to 5

chore: bump codecov/codecov-action from 4 to 5 #198

Workflow file for this run

name: Protobuf
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Linting:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install protolint
# We need to use `--break-system-packages` to work around the "This
# environment is externally managed" errors.
run: |
pip install --break-system-packages protolint-bin
- name: Run protolint
run: |
make protolint-check