Skip to content

chore: bump flate2 from 1.0.31 to 1.0.33 #39

chore: bump flate2 from 1.0.31 to 1.0.33

chore: bump flate2 from 1.0.31 to 1.0.33 #39

Workflow file for this run

name: Protobuf
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install protolint
run: |
pip install protolint-bin
- name: Run protolint
run: |
make protolint-check