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 6134886 commit b19c7cf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Coding Convention
on:
push:
branches:
- '**'
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
REPO_LINK: ${{ github.repository }}
jobs:
job1:
name: Check coding convention
Expand All @@ -12,6 +15,14 @@ jobs:
uses: actions/[email protected]
with:
ref: update-source-code-lib-iec60730
- name: Copy coding convention tool
run: |
git clone $REPO_LINK
cp -r /home/runner/work/IEC60730_Libs/IEC60730_Libs/IEC60730_Libs/tools .
cd ..
pwd
ls -la
- name: Check working directory
run: |
pwd
Expand Down

0 comments on commit b19c7cf

Please sign in to comment.