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 f2711b7 commit 84271e0Copy full SHA for 84271e0
.github/workflows/test_actions.yml
@@ -273,12 +273,12 @@ jobs:
273
for file in files:
274
file_path = Path(root) / file
275
add_docstring_to_file(file_path)
276
- - name: Show pyproject.toml
277
- run: cat test-project/pyproject.toml
278
- name: Add ni-python-styleguide to the project
279
run: poetry add ni-python-styleguide -C test-project
280
- name: Add mypy to the project
281
run: poetry add mypy -C test-project
+ - name: Show pyproject.toml
+ run: cat test-project/pyproject.toml
282
- name: Create poetry.lock
283
run: poetry lock -C test-project
284
- name: Check that the project was created
0 commit comments