Skip to content

refactor(data_source_protocol)!: consolidate the push API on a single… #50

refactor(data_source_protocol)!: consolidate the push API on a single…

refactor(data_source_protocol)!: consolidate the push API on a single… #50

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