Skip to content

🔨 Fixing failing CI. #13

🔨 Fixing failing CI.

🔨 Fixing failing CI. #13

name: Coveralls CI
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:

Check failure on line 9 in .github/workflows/coveralls_ci_action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/coveralls_ci_action.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- {ROS_DISTRO: humble, ROS_REPO: main}
CCACHE_DIR: /github/home/.ccache
runs-on: ubuntu-latest
container:
image: ros:humble-ros-base-jammy
steps:
- name: Checkout code
uses: actions/checkout@v3