Skip to content

Commit

Permalink
CI update compliance .py script
Browse files Browse the repository at this point in the history
Rebase on Zephyr script

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Jul 4, 2023
1 parent b177618 commit 528dcdc
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install python dependencies
run: |
pip3 install setuptools
pip3 install junitparser==1.6.3 gitlint codespell
pip3 install junitparser==1.6.3 gitlint codespell lxml
- name: Run Compliance Tests
continue-on-error: true
id: compliance
Expand Down
Loading

0 comments on commit 528dcdc

Please sign in to comment.