Skip to content

Commit

Permalink
pre-release tests with avocado-static-checks submodule
Browse files Browse the repository at this point in the history
The pre-release checks don't checkout avocado-static-checks submodule,
which is mandatory for running static-check after 8639fdb. This is a fix
for that.

Referencei: 8639fdb
Signed-off-by: Jan Richter <jarichte@redhat.com>
  • Loading branch information
richtja committed Oct 3, 2024
1 parent a24c5ff commit f6664fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit f6664fb

Please sign in to comment.