Skip to content

Create the automated release process using googleapis/release-please #153

Create the automated release process using googleapis/release-please

Create the automated release process using googleapis/release-please #153

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
- planning-1.0-release
workflow_dispatch:
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run pre-commit hooks
run: |
pip install pre-commit
pre-commit install
pre-commit run -a