Skip to content

Add support for mixin composition #75

Add support for mixin composition

Add support for mixin composition #75

Workflow file for this run

---
name: Run tests
on: # yamllint disable-line rule:truthy
push:
branches: ['master']
pull_request:
workflow_dispatch:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yamllint -f github .