Skip to content

Bump actions/checkout from 5 to 6 #33

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #33

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@v6
- run: yamllint -f github .