From 7ddb35b0951220d302873bdc8ee7ae86c14d48f2 Mon Sep 17 00:00:00 2001 From: Federico Pizarro Bejarano Date: Thu, 25 Jan 2024 12:27:32 -0500 Subject: [PATCH] Update push.yml Going to begin linting the entire repo on every commit. Seems to be the only way to check for issues consistently. --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3bd0fde75..9eefec0d1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,7 +25,7 @@ jobs: run: | pre-commit install pre-commit autoupdate - pre-commit run + pre-commit run --all - name: Unit tests run: | python -m pytest tests/