Skip to content

Commit

Permalink
matrix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
filiparag committed Dec 7, 2021
1 parent 597968a commit be024fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [flake8, mypy, pep257, pep8, xmllint]
linter: [flake8, mypy, pep257, pep8, xmllint]
package: [mep3_driver, mep3_simulation]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -24,3 +25,4 @@ jobs:
uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
package-name: ${{ matrix.package }}

0 comments on commit be024fe

Please sign in to comment.