Skip to content

Commit

Permalink
Fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason committed Aug 26, 2024
1 parent 0a18947 commit 9255a2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
- '3.12'

steps:
- uses: actions/checkout@v3
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Review dependencies
run: make check-supply-chain-pre-commit

0 comments on commit 9255a2c

Please sign in to comment.