Skip to content

Commit

Permalink
add newline at eof
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 2, 2024
1 parent 331a24c commit d161f09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ IncludeCategories:
# Local package headers
- Regex: '".*"'
Priority: 1
CaseSensitive: true
CaseSensitive: true
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build tests
id: build_test
run: |
. /opt/ros/${{ matrix.rosdistro }}/setup.sh &&
. /opt/ros/${{ matrix.rosdistro }}/setup.sh &&
colcon build
continue-on-error: true

Expand All @@ -52,7 +52,7 @@ jobs:
id: run_test
run: |
. /opt/ros/${{ matrix.rosdistro }}/setup.sh &&
colcon test &&
colcon test &&
colcon test-result
continue-on-error: true

Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.param.yaml
*.rviz
*.rviz
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ rules:
check-keys: false # To allow 'on' of GitHub Actions
quoted-strings:
level: error
required: only-when-needed # To keep consistent style
required: only-when-needed # To keep consistent style

0 comments on commit d161f09

Please sign in to comment.