8000 Add pre-commit to github action in ci · lolpack/type_coverage_py@51a7c45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51a7c45

Browse files
committed
Add pre-commit to github action in ci
1 parent 6cbbf5c commit 51a7c45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Install Pyright
4343
run: npm install -g pyright
4444

45+
- uses: pre-commit/action@v3.0.1
46+
with:
47+
extra_args: --all-files
48+
4549
# Run Pyright type checking
4650
- name: Run Pyright
4751
run: pyright

0 commit comments

Comments
 (0)
0