This repository was archived by the owner on Nov 28, 2025. It is now read-only.
[pre-commit.ci] pre-commit autoupdate #123
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Ubuntu20.04, ROS1 Continuous Integration | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - devel | |
| pull_request: | |
| branches: | |
| - master | |
| - devel | |
| jobs: | |
| build: | |
| runs-on: ubuntu-20.04 | |
| steps: | |
| # | |
| # Setup the machines and build environment | |
| # | |
| - name: Install ROS. | |
| uses: ros-tooling/setup-ros@v0.2 | |
| with: | |
| required-ros-distributions: noetic | |
| # | |
| # Checkout the current branch | |
| # | |
| - uses: actions/checkout@v2 | |
| # | |
| # Build and test the repo | |
| # | |
| - uses: ros-tooling/action-ros-ci@v0.2 | |
| with: | |
| package-name: dynamic_graph_bridge_msgs | |
| target-ros1-distro: noetic |