Skip to content

Implement interface for calling PEP 517 hooks #695

Implement interface for calling PEP 517 hooks

Implement interface for calling PEP 517 hooks #695

Workflow file for this run

name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
bootstrap:
uses: ./.github/workflows/bootstrap.yaml