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 b19c7cf commit 658a04b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/coding_convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '**'
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
REPO_LINK: ${{ github.repository }}
REPO_LINK: https://github.com/${{ github.repository }}.git
jobs:
job1:
name: Check coding convention
Expand All @@ -17,11 +17,14 @@ jobs:
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
cd IEC60730_Libs
ls -la
git clone $REPO_LINK
cp -r /home/runner/work/IEC60730_Libs/IEC60730_Libs/IEC60730_Libs/tools .
ls -la
- name: Check working directory
run: |
Expand Down

0 comments on commit 658a04b

Please sign in to comment.