Skip to content

chore(deps): bump protobuf from 3.20.2 to 4.25.8 in /src/pipeline/backend/huggingface/whisper #211

chore(deps): bump protobuf from 3.20.2 to 4.25.8 in /src/pipeline/backend/huggingface/whisper

chore(deps): bump protobuf from 3.20.2 to 4.25.8 in /src/pipeline/backend/huggingface/whisper #211

Workflow file for this run

name: pre-commit-check
on:
pull_request:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files