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 2861dd1
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 ${{ github.repository }}

run-name: ${{ github.actor }} push some code on ${{ github.repository }}

on: [push]
jobs:
check_something:
runs-on: -ros
steps:
- run: echo "Hello World!"

0 comments on commit 2861dd1

Please sign in to comment.