Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jan 22, 2025
1 parent ff038f8 commit 34a14a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "testing"
on: pull_request
jobs:
testing:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.7
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: py_tree_parser
target-ros2-distro: humble
vcs-repo-file-url: https://raw.githubusercontent.com/sam-xl/py_trees_parser/humble/dependencies.repos

0 comments on commit 34a14a4

Please sign in to comment.