Skip to content

Commit f99b6b2

Browse files
committed
Fix linter
1 parent d8b6ac4 commit f99b6b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
12+
with:
13+
# super-linter needs the full git history to get the
14+
# list of files that changed across commits
15+
fetch-depth: 0
1216

1317
- name: Set up Python 3.10
1418
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)