Do not run pre-commit on all files

This commit is contained in:
Natalia
2023-06-14 16:33:15 -03:00
committed by nessita
parent 2e0f083dad
commit 0459b19549

View File

@@ -65,7 +65,7 @@ jobs:
- name: Lints with pre-commit
run: |
pre-commit run -a
pre-commit run
build:
needs: [test]