Update lint.yaml
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
@@ -28,4 +28,4 @@ jobs:
|
|||||||
run: pip3 install pre-commit
|
run: pip3 install pre-commit
|
||||||
|
|
||||||
- name: Run pre-commit
|
- name: Run pre-commit
|
||||||
run: pre-commit run --all-files --show-diff-on-failure --color always
|
run: pre-commit run --all-files --show-diff-on-failure --color always
|
||||||
|
|||||||
Reference in New Issue
Block a user