Skip to content

Add UP4ROS2 to the readme (#5) #10

Add UP4ROS2 to the readme (#5)

Add UP4ROS2 to the readme (#5) #10

Workflow file for this run

name: awesome-lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npx awesome-lint
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: articulate/actions-markdownlint@v1
with:
config: markdownlint-config.json
files: '*.md'