Skip to content

Commit

Permalink
Create build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyZhOon authored Mar 17, 2024
1 parent 90b1071 commit 595cc15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ROS 2 CI
on:
push:
jobs:
build-and-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
path: workspace

- name: Build and test workspace
uses: ichiro-its/[email protected]

0 comments on commit 595cc15

Please sign in to comment.