Skip to content

Commit

Permalink
Use avocado-ci-tools for static-checks
Browse files Browse the repository at this point in the history
It uses avocado-ci-tools/static-checks for running avocado-static-checks
instead directly dunning scripts from avocado-static-checks repo.

Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Feb 7, 2024
1 parent f8cbe8b commit 4d3f4bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/modules-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
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 4d3f4bb

Please sign in to comment.