Skip to content

Add Precommit and ruff #6

Add Precommit and ruff

Add Precommit and ruff #6

name: Pull request master
on:
pull_request:
branches: [master]
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
python3_tests:
needs: [lint]
uses: ./.github/workflows/test-python.yml
python2_tests:
needs: [lint]
uses: ./.github/workflows/test-python-py2.yml