Skip to content

Commit

Permalink
Update coding_convention.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silabs-bingocth authored Sep 25, 2024
1 parent e3e8270 commit 244d366
Showing 1 changed file with 8 additions and 28 deletions.
36 changes: 8 additions & 28 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,6 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
ref: update-source-code-lib-iec60730
- name: Copy coding convention tool
run: |
cd ..
pwd
ls -la
cd IEC60730_Libs
ls -la
git clone $REPO_LINK
ls -la
cp ./tools/.clang-format .
cp ./tools/.clang-tidy .
cp ./tools/.codespell/.codespellrc .
cp ./tools/.codespell/exclude-file.txt .
cp ./tools/.codespell/ignore-words.txt .
ls -la
cd IEC60730_Libs
ls -la
- name: Check working directory
run: |
pwd
Expand All @@ -45,10 +24,11 @@ jobs:
- name: Run test
run: |
git fetch origin
git diff --name-only origin/gen-firmware-on-host-runner origin/update-source-code-lib-iec60730 | xargs pre-commit run --files



git diff --name-only origin/gen-firmware-on-host-runner origin/update-source-code-lib-iec60730 | xargs pre-commit run --files > CodingConventionResult.log
- name: Upload Result
uses: actions/[email protected]
with:
name: CodingConventionResult.log
path: .
warn: Output a warning but do not fail the action
retention-days: 90

0 comments on commit 244d366

Please sign in to comment.