Skip to content

Merge branch 'main' of https://github.com/adaptyvbio/proteinflow #303

Merge branch 'main' of https://github.com/adaptyvbio/proteinflow

Merge branch 'main' of https://github.com/adaptyvbio/proteinflow #303

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches: [ main, dev ]
jobs:
pre-commit:
if: ${{ !github.event.act }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0