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 220bddd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@ jobs:
- uses: actions/checkout@v4
with:
path: src/2024_cavolinia
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: sudo apt update
- run: |
. /opt/ros/iron/setup.bash
rosdep update
rosdep install -i --from-paths src --rosdistro iron -y
colcon build
- run: pip install ruff
- run: ruff check

0 comments on commit 220bddd

Please sign in to comment.