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 82920f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ jobs:
- uses: actions/checkout@v4
with:
path: src/2024_cavolinia
- run: sudo apt update
- run: |
sudo apt update
sudo apt install python3 python3-pip
- run: |
. /opt/ros/iron/setup.bash
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 82920f9

Please sign in to comment.