We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e1a45 commit 84a4b0cCopy full SHA for 84a4b0c
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
steps:
12
- name: Checkout working copy
13
uses: actions/checkout@v4
14
+ with:
15
+ submodules: true
16
- name: ruff check
17
uses: chartboost/ruff-action@v1
18
- name: ruff format
0 commit comments