Skip to content

Commit

Permalink
Add workflow for ROS2
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bonnefille <thomas.bonnefille@outlook.com>
  • Loading branch information
Taumille committed Oct 19, 2023
1 parent 3868370 commit a54665d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/compilation_verif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }})"

0 comments on commit a54665d

Please sign in to comment.