Skip to content

Commit 34a14a4

Browse files
committed
Add github action
1 parent ff038f8 commit 34a14a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/testing.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: "testing"
2+
on: pull_request
3+
jobs:
4+
testing:
5+
runs-on: ubuntu-22.04
6+
steps:
7+
- uses: ros-tooling/[email protected]
8+
- uses: ros-tooling/[email protected]
9+
with:
10+
package-name: py_tree_parser
11+
target-ros2-distro: humble
12+
vcs-repo-file-url: https://raw.githubusercontent.com/sam-xl/py_trees_parser/humble/dependencies.repos

0 commit comments

Comments
 (0)