Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/static_checks'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Feb 16, 2024
2 parents f2831cf + 2f0cdcf commit 09199b9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/modules-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true

- name: Install requirements for the static checks
run: pip3 install -r static-checks/requirements.txt

- name: Runs all the static checks
run: ./static-checks/run-static-checks
- name: run static checks
uses: avocado-framework/avocado-ci-tools@main
with:
avocado-static-checks: true

0 comments on commit 09199b9

Please sign in to comment.