Skip to content

Commit

Permalink
Remove EOL workflows and update readme (#95)
Browse files Browse the repository at this point in the history
(cherry picked from commit 337b934)

# Conflicts:
#	.github/workflows/ros-lint.yml
#	README.md
  • Loading branch information
christophfroehlich authored and mergify[bot] committed Mar 5, 2024
1 parent 468741a commit 5d7ca67
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/ros-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ROS2 Lint
on:
pull_request:

jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
linter: [copyright, lint_cmake]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: ${{ matrix.linter }}
package-name:
control_msgs
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
control_msgs
===========

See [control_msgs documentation](http://wiki.ros.org/control_msgs) on ros.org
See [control_msgs documentation](https://index.ros.org/p/control_msgs/) on index.ros.org


### Build Status

<<<<<<< HEAD
Kinetic <br /> Melodic <br /> Noetic | Crystal <br /> Dashing <br /> Eloquent | Foxy | Galactic | Rolling
:----------------------------------: | :------------------------------------: | :--: | :------: | :-----:
[kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [crystal-devel](https://github.com/ros-controls/control_msgs/tree/crystal-devel) | [foxy-devel](https://github.com/ros-controls/control_msgs/tree/foxy-devel) | [galactic-devel](https://github.com/ros-controls/control_msgs/tree/galactic-devel) | [galactic-devel](https://github.com/ros-controls/control_msgs/tree/galactic-devel)
[![Build Status](https://travis-ci.org/ros-controls/control_msgs.png?branch=kinetic-devel)](https://travis-ci.org/ros-controls/control_msgs) | [![Build Status](https://travis-ci.org/ros-controls/control_msgs.png?branch=crystal-devel)](https://travis-ci.org/ros-controls/control_msgs) | [![Build foxy](https://github.com/ros-controls/control_msgs/actions/workflows/build-foxy.yml/badge.svg?branch=foxy-devel)](https://github.com/ros-controls/control_msgs/actions/workflows/build-foxy.yml) | [![Build galactic](https://github.com/ros-controls/control_msgs/actions/workflows/build-galactic.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/build-galactic.yml) | [![Build foxy](https://github.com/ros-controls/control_msgs/actions/workflows/build-foxy.yml/badge.svg?branch=foxy-devel)](https://github.com/ros-controls/control_msgs/actions/workflows/build-foxy.yml) | [![Build rolling](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml)

=======
| Distribution | Repository Link | Build Status |
|--------------|-----------------|--------------|
| Noetic | [kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [Build status](https://travis-ci.org/ros-controls/control_msgs) |
| Humble | [humble](https://github.com/ros-controls/control_msgs/tree/humble) | [![Build humble](https://github.com/ros-controls/control_msgs/actions/workflows/build-humble.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/build-humble.yml) |
| Iron | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Build rolling](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml) |
| Rolling | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Build rolling](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/build-rolling.yml) |
>>>>>>> 337b934 (Remove EOL workflows and update readme (#95))
## Code Formatting

Expand Down

0 comments on commit 5d7ca67

Please sign in to comment.