Skip to content

Commit

Permalink
feat: Started colcon_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Penguinmaster2001 committed Nov 9, 2023
1 parent fc221b9 commit 51cab12
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/colcon_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: colcon_build

run-name: ${{ github.actor }} triggered colcon build on push

on: [push]

jobs:
colcon-build:
runs-on: [ubuntu-22.04]
steps:
- run: echo "Hello World"

0 comments on commit 51cab12

Please sign in to comment.