Skip to content

Merge pull request #463 from getsentry/chore/relay-0.8.32 #747

Merge pull request #463 from getsentry/chore/relay-0.8.32

Merge pull request #463 from getsentry/chore/relay-0.8.32 #747

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: pre-commit/action@v3.0.0