Skip to content

Switch to unified ros-infrastructure CI #231

Switch to unified ros-infrastructure CI

Switch to unified ros-infrastructure CI #231

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@main

Check failure on line 11 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yamllint -f github .