From 68f1dbb3bfec4ea70917b0efc8025a5d3dbe4d37 Mon Sep 17 00:00:00 2001 From: sksat Date: Thu, 21 Sep 2023 16:35:32 +0900 Subject: [PATCH] check coding rule by arkedge/workflows-c2a add-v4-check-coding-rule-workflow branch --- .github/workflows/check_coding_rule.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/check_coding_rule.yml b/.github/workflows/check_coding_rule.yml index 83a314e96..9669b0ed9 100644 --- a/.github/workflows/check_coding_rule.yml +++ b/.github/workflows/check_coding_rule.yml @@ -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: