Skip to content

Commit

Permalink
Black inside pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed May 15, 2024
1 parent 3d77840 commit b3424b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 126 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/industrial_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,15 @@ on:


jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: --line-length=99

pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
with:
ros_distro: humble

ros_industrial_ci:
name: ROS Industrial CI
needs:
- black
- pre-commit
strategy:
fail-fast: false
Expand Down
111 changes: 0 additions & 111 deletions .wordlist.txt

This file was deleted.

Binary file removed wordlist.dic
Binary file not shown.

0 comments on commit b3424b0

Please sign in to comment.