Skip to content

Commit

Permalink
check coding rule by arkedge/workflows-c2a add-v4-check-coding-rule-w…
Browse files Browse the repository at this point in the history
…orkflow branch
  • Loading branch information
sksat committed Sep 21, 2023
1 parent 1eba5c6 commit 24301d4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check_coding_rule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ on:
pull_request:

jobs:
check_coding_rule_v4:
strategy:
fail-fast: false
matrix:
user:
- mobc
- subobc
uses: arkedge/workflows-c2a/.github/workflows/check-coding-rule-v4.yml@add-v4-check-coding-rule-workflow
with:
c2a_dir: examples/${{ matrix.user }}
c2a_custom_setup: |
cd ../..
pwd
./setup.sh
check_coding_rule:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 24301d4

Please sign in to comment.