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 <[email protected]>
  • Loading branch information
Taumille committed Oct 19, 2023
1 parent 3868370 commit b842989
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compilation_verif.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Compile ROS2

run-name: ${{ github.actor }} try to compile ROS2 for ${{ github.repository }}

on: [push]
jobs:
check_something:
runs-on: ros
steps:
- run: echo $(pwd)

0 comments on commit b842989

Please sign in to comment.