Skip to content

Add workflow for ROS2 #7

Add workflow for ROS2

Add workflow for ROS2 #7

name: Compile ROS2
run-name: ${{ github.actor }} try to compile ROS2 for ${{ github.repository }}
on: [push]
jobs:
Checkout_the_repository:
runs-on: ros
steps:
- run: echo "Checking out the repository"
- uses: actions/checkout@v4
Copy_to_usable_workspace:
runs-on: ros
steps:
- run: echo "Repository name : $(cut -c 8- <<<${{ github.repository }})"

Check failure on line 15 in .github/workflows/compilation_verif.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/compilation_verif.yml

Invalid workflow file

You have an error in your yaml syntax on line 15