File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: ROS 2 Repos Check
44on :
55 pull_request :
66 branches :
7- - ' * '
7+ - " * "
88
99jobs :
1010 format_and_validity :
2323 - name : Validate repositories
2424 run : vcs validate --input ros2.repos
2525
26+ lint :
27+ name : Space ROS Lint
28+ runs-on : ubuntu-latest
29+ steps :
30+ - uses : actions/checkout@v4
31+ - uses : space-ros/space-ros-lint-action@main
32+
2633 commit_message_standards :
2734 name : Space ROS Commit Message Standards
2835 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Setup the Space ROS environment
4+
5+ # Tell shellcheck to ignore generated file from ROS build scripts
6+ # shellcheck source=/dev/null
47source " ${SPACEROS_DIR} /setup.bash"
58
69exec " $@ "
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ docker run \
1717 --rm \
1818 -it \
1919 --network host \
20- --name ${CONTAINER_NAME} \
20+ --name " ${CONTAINER_NAME} " \
2121 -e DISPLAY \
2222 -e TERM \
2323 -e QT_X11_NO_MITSHM=1 \
You can’t perform that action at this time.
0 commit comments