Skip to content

Commit aa6a0a3

Browse files
committed
Fix black action arguments
1 parent d3706c0 commit aa6a0a3

File tree

1 file changed

+2
-1
lines changed
  • {{cookiecutter.github_project_name}}/.github/workflows

1 file changed

+2
-1
lines changed

Diff for: {{cookiecutter.github_project_name}}/.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/setup-python@v2
1515
- uses: psf/black@stable
1616
with:
17-
args: ". --check"
17+
options: "--check"
18+
src: "."
1819
- name: docstrings
1920
run: |
2021
pip install flit

0 commit comments

Comments
 (0)