Skip to content

Commit

Permalink
Small cleanup (#1)
Browse files Browse the repository at this point in the history
* Update gh actions versions

* Cleanup doc and destructor
  • Loading branch information
bmagyar committed Jul 1, 2020
1 parent 68a81d3 commit dffa9ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/setup-ros@0.0.13
- uses: ros-tooling/action-ros-lint@0.0.5
- uses: ros-tooling/setup-ros@0.0.23
- uses: ros-tooling/action-ros-lint@0.0.6
with:
linter: copyright
package-name: control_toolbox
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: ros-tooling/setup-ros@0.0.13
- uses: ros-tooling/action-ros-ci@0.0.13
- uses: ros-tooling/setup-ros@0.0.23
- uses: ros-tooling/action-ros-ci@0.0.17
with:
package-name: control_toolbox
colcon-mixin-name: coverage-gcc
Expand Down

0 comments on commit dffa9ca

Please sign in to comment.