Skip to content

Merge branch 'main' of github.com:johnny555/start_creating_robots2 #3

Merge branch 'main' of github.com:johnny555/start_creating_robots2

Merge branch 'main' of github.com:johnny555/start_creating_robots2 #3

Workflow file for this run

name: Check Build Is Ok
on: push
jobs:
humble_source:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
with:
package-name: krytn
ref: humble
target-ros2-distro: humble
vcs-repo-file-url: https://raw.githubusercontent.com/johnny555/4robots_ws/humble/src/workspace.repos
import-token: ${{ secrets.GITHUB_TOKEN }}