Skip to content

Commit 5b4f4f6

Browse files
github action: lint-format -> lint-check
1 parent c915a7a commit 5b4f4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
- name: Run tests
2424
run: make test
2525

26-
- name: Lint format
27-
run: make lint-format
26+
- name: Lint check
27+
run: make lint-check

0 commit comments

Comments
 (0)