Skip to content

Commit

Permalink
Ignore CI artifacts in formatting/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdivo committed May 11, 2024
1 parent f68a367 commit 695c7db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false # Tests may behave very different across these systems
matrix:
# We test on all supported LTS versions and the latest rolling release
# TODO: Add `ros:jazzy-ros-core`
container: ["ros:humble-ros-core", "ros:rolling-ros-core"]
container: ${{ matrix.container }}

Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,9 @@ qtcreator-*

# Catkin custom files
CATKIN_IGNORE

############ CUSTOM ############

# Gets created in the CI pipeline, but we don't want ruff to look at it
ros_ws/build
ros_ws/install

0 comments on commit 695c7db

Please sign in to comment.