Skip to content
This repository was archived by the owner on Jun 27, 2026. It is now read-only.

Bump protobuf from 5.29.4 to 5.29.5 #17

Bump protobuf from 5.29.4 to 5.29.5

Bump protobuf from 5.29.4 to 5.29.5 #17

Workflow file for this run

name: Ruff Lint
on:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Ruff
uses: astral-sh/ruff-action@v3