Skip to content

Commit

Permalink
Check ruff in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 29, 2024
1 parent 22331e4 commit 330655b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ jobs:
rosdep update
rosdep install -i --from-paths src --rosdistro iron -y
colcon build
- run: python3 -m pip install ruff
- run: python3 -m ruff check

0 comments on commit 330655b

Please sign in to comment.