Browse Source

👷 Rename final check step

pull/14398/head
Sebastián Ramírez 8 months ago
parent
commit
f59db61634
  1. 2
      .github/workflows/pre-commit.yml
  2. 2
      requirements.txt

2
.github/workflows/pre-commit.yml

@ -69,7 +69,7 @@ jobs:
run: exit 1 run: exit 1
# https://github.com/marketplace/actions/alls-green#why # https://github.com/marketplace/actions/alls-green#why
alls-green: # This job does nothing and is only used for the branch protection pre-commit-alls-green: # This job does nothing and is only used for the branch protection
if: always() if: always()
needs: needs:
- pre-commit - pre-commit

2
requirements.txt

@ -1,6 +1,6 @@
-e .[all] -e .[all]
-r requirements-tests.txt -r requirements-tests.txt
-r requirements-docs.txt -r requirements-docs.txt
pre-commit >=2.17.0,<5.0.0 pre-commit >=4.5.0,<5.0.0
# For generating screenshots # For generating screenshots
playwright playwright

Loading…
Cancel
Save