Skip to content

Commit 6976ef3

Browse files
committed
feat: add formatting to lint-python.yml
1 parent 382a026 commit 6976ef3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

{{cookiecutter.project_name}}/.github/workflows/lint-global.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ jobs:
5050
with:
5151
python-version-file: .python-version
5252

53-
5453
- name: Run global linting checks
5554
run: uvx nox -s lint-global

{{cookiecutter.project_name}}/.github/workflows/lint-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ jobs:
4444
with:
4545
python-version-file: .python-version
4646

47+
- name: Run formatting checks
48+
run: uvx nox -s format-python
49+
4750
- name: Run linting checks
4851
run: uvx nox -s lint-python

0 commit comments

Comments
 (0)