Skip to content

Modernize CI

Modernize CI #234

Workflow file for this run

---
name: Run tests
on: # yamllint disable-line rule:truthy
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: ros-infrastructure/ci/.github/workflows/pytest.yaml@main
with:
matrix-filter: >-
del(.matrix.os[] | select(contains("windows"))) | del(.matrix.python[] |
select(contains("3.10") or contains("3.11") or contains("3.12")))
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yamllint -f github .