Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBOTIS-Will authored Oct 14, 2020
1 parent 3a2d703 commit 0b93a2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: Lint

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ ros2, ros2-devel, dashing-devel, eloquent-devel, foxy-devel ]
Expand Down Expand Up @@ -40,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [copyright, cppcheck, cpplint, uncrustify, pep8, pep257, xmllint]
linter: [copyright, cppcheck, cpplint, uncrustify, pep257, xmllint] #todo : flake8
distribution: [foxy]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0b93a2f

Please sign in to comment.