Skip to content

Add humble CI

Add humble CI #1

Workflow file for this run

name: Humble CI
on:
push:
branches:
- 'humble'
pull_request:
branches:
- 'humble'
workflow_dispatch:
branches:
- '*'
jobs:
build_and_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:

Check failure on line 21 in .github/workflows/humble.yaml

View workflow run for this annotation

GitHub Actions / Humble CI

Invalid workflow file

The workflow is not valid. .github/workflows/humble.yaml (Line: 21, Col: 5): Unexpected value 'with'
package-name: my_package
target-ros2-distro: humble
vcs-repo-file-url: $GITHUB_WORKSPACE/source_dependencies.yaml
rosdep-check: true