mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
modified CI setting
This commit is contained in:
parent
99d5fd1e03
commit
ea412e823a
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -6,7 +6,7 @@ name: Lint
|
||||
# events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches: [ ros2, ros2-devel, dashing-devel, eloquent-devel ]
|
||||
branches: [ ros2, ros2-devel, dashing-devel, foxy-devel, galactic-devel ]
|
||||
pull_request:
|
||||
branches: [ ros2, ros2-devel ]
|
||||
|
||||
@ -18,7 +18,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
linter: [copyright, cppcheck, cpplint, uncrustify, pep8, pep257, xmllint]
|
||||
distribution: [dashing, eloquent]
|
||||
distribution: [dashing, foxy]
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: ros-tooling/setup-ros@0.1.0
|
||||
|
||||
@ -27,4 +27,4 @@ matrix:
|
||||
include:
|
||||
- script: .ros2ci/travis.bash dashing
|
||||
- script: .ros2ci/travis.bash foxy
|
||||
- script: .ros2ci/travis.bash rolling
|
||||
# - script: .ros2ci/travis.bash rolling
|
||||
|
||||
Loading…
Reference in New Issue
Block a user