Skip to content

Nacho/fix rolling build #44

Nacho/fix rolling build

Nacho/fix rolling build #44

Workflow file for this run

name: ament_black Python package
on:
push:
branches:
- main
- master
pull_request:
workflow_dispatch:
jobs:
python_package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python3
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: python -m pip install --upgrade pip
- name: Build pip package
run: python -m pip install --verbose ./ament_black
- name: Test installation
# black does not comply with ROS standards, thefore will always fail to check the style
run: ament_black . || echo