Skip to content

Backport 71 to ros2 ign #325

Backport 71 to ros2 ign

Backport 71 to ros2 ign #325

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
lint-isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
with:
configuration: --profile black