Skip to content

Commit 80a3acd

Browse files
committed
Use pre commit action
1 parent 10bc914 commit 80a3acd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
torch-cluster==1.6.1 torch-geometric==2.3.1 \
3030
-f https://pytorch-geometric.com/whl/torch-2.0.1+cpu.html
3131
- name: Run pre-commit hooks
32-
run: |
33-
pre-commit run --all-files
32+
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)