Skip to content

Strip out code that depends on PyProto_API when exporting from Goog… #254

Strip out code that depends on PyProto_API when exporting from Goog…

Strip out code that depends on PyProto_API when exporting from Goog… #254

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0
with:
# Slow hooks are marked with manual - slow is okay here, run them too
extra_args: --hook-stage manual --all-files