Skip to content

Commit e4b2376

Browse files
committed
help
1 parent 5f01a8e commit e4b2376

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
with:
20-
submodules: true
2119

2220
- name: Check linting with ruff
2321
run: |
@@ -27,8 +25,6 @@ jobs:
2725
runs-on: ubuntu-latest
2826
steps:
2927
- uses: actions/checkout@v4
30-
with:
31-
submodules: true
3228

3329
- name: Set up Python 3.12
3430
uses: actions/setup-python@v5
@@ -43,7 +39,7 @@ jobs:
4339
4440
- name: Run command_dump
4541
run: |
46-
./command_dump.py
42+
python command_dump.py
4743
4844
- name: Detect changes on commit
4945
run: |

0 commit comments

Comments
 (0)