Skip to content

Update target Ubuntu suites #34

Update target Ubuntu suites

Update target Ubuntu suites #34

Workflow file for this run

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