Skip to content

feat(filter_protocol): Filter Editor SDK contract + registry service #89

feat(filter_protocol): Filter Editor SDK contract + registry service

feat(filter_protocol): Filter Editor SDK contract + registry service #89

Workflow file for this run

name: pre-commit
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.1