Skip to content

Commit 8dff5e8

Browse files
committed
fix: remove trailing whitespace in workflow
Signed-off-by: Abhijeet Saharan <abhijeetsaharan2236@gmail.com>
1 parent 75233ae commit 8dff5e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-check-secondary-deps-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
2727
with:
2828
egress-policy: audit
29-
29+
3030
- name: Checkout repository
3131
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232
with:
33-
fetch-depth: 0 # ensure full git history for SCM-based versioning
34-
33+
fetch-depth: 0 # ensure full git history for SCM-based versioning
34+
3535
- name: Set up Python ${{ matrix.python-version }}
3636
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3737
with:

0 commit comments

Comments
 (0)