Skip to content

Commit

Permalink
docs: add article to ros distro (#66)
Browse files Browse the repository at this point in the history
* docs: add article to ros distro

Signed-off-by: Keisuke Shima <[email protected]>

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KeisukeShima and pre-commit-ci[bot] authored Feb 10, 2022
1 parent e7d489a commit d293fe6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clang-tidy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
| Name | Required | Description |
| --------------------- | -------- | --------------------------------------------------- |
| rosdistro | true | ROS distro. |
| rosdistro | true | The ROS distro. |
| target-packages | true | The target packages to analyse by Clang-Tidy. |
| clang-tidy-config-url | true | The URL to `.clang-tidy`. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
Expand Down
2 changes: 1 addition & 1 deletion colcon-build-and-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
| Name | Required | Description |
| ------------------- | -------- | --------------------------------------------------- |
| rosdistro | true | ROS distro. |
| rosdistro | true | The ROS distro. |
| target-packages | true | The target packages to build and test. |
| build-depends-repos | false | The `.repos` file that includes build dependencies. |
| token | false | The token for build dependencies. |
Expand Down
6 changes: 3 additions & 3 deletions register-autonomoustuff-repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
## Inputs
| Name | Required | Description |
| --------- | -------- | ----------- |
| rosdistro | true | ROS distro. |
| Name | Required | Description |
| --------- | -------- | --------------- |
| rosdistro | true | The ROS distro. |
## Outputs
Expand Down

0 comments on commit d293fe6

Please sign in to comment.