Skip to content

Merge pull request #78 from Kamaro-Engineering/ros2-ign-update-rolling #349

Merge pull request #78 from Kamaro-Engineering/ros2-ign-update-rolling

Merge pull request #78 from Kamaro-Engineering/ros2-ign-update-rolling #349

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