Skip to content

Commit

Permalink
fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Nov 12, 2024
1 parent ac41d47 commit fce8570
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 68 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI (humble)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
use-ros2-testing: true
- uses: ros-tooling/[email protected]
# continue-on-error: true
with:
target-ros2-distro: humble
67 changes: 0 additions & 67 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Wrench estimation and calibration of F/T sensor for ROS2 applications.


[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI (humble)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/tpoignonec/ft_tools_ros2/actions/workflows/ci.yml)
[![Build tests (humble)](../../actions/workflows/ci.yaml/badge.svg?branch=main)](../../actions/workflows/ci.yaml?query=branch:humble)

**Author:** Thibault Poignonec: [[email protected]](mailto:[email protected])

Expand Down

0 comments on commit fce8570

Please sign in to comment.