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 593d3eb
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: pip install ruff
- run: ruff check

0 comments on commit 593d3eb

Please sign in to comment.