Skip to content

Commit

Permalink
Update 00-Check_Coding_Convention.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silabs-ThieuVu authored Nov 14, 2024
1 parent e72a516 commit 68ee9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-Check_Coding_Convention.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: CodingConventionResult
path: CodingConventionTool.txt
retention-days: 90
- name: Check if multiple keywords exist in the log file
- name: Check log file to set status of the job
run: |
keywords=("Failed")
for keyword in "${keywords[@]}"; do
Expand Down

0 comments on commit 68ee9bd

Please sign in to comment.