Skip to content

Commit

Permalink
Create 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 4426022 commit 779d553
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/coding-convention.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Coding Convention
on:
workflow_dispatch:
env:
SECURITY: APP_SECURE=false
COMMAND: all
COMPONENT: all
jobs:
job1:
name: Check coding convention
runs-on: ubuntu-20.04
steps:
- name: Check working directory
run: |
pwd
ls -la
- name: Set up environment
run: |
pip install pre-commit
sudo apt install uncrustify clang-tidy cppcheck



0 comments on commit 779d553

Please sign in to comment.