We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3510cc2 commit a4ad074Copy full SHA for a4ad074
.github/workflows/lint.yaml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ submodules: 'true'
22
23
- uses: actions/setup-python@v5
24
with:
@@ -39,6 +41,8 @@ jobs:
39
41
40
42
43
44
45
46
47
48
.github/workflows/test.yaml
0 commit comments