File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,13 @@ jobs:
2121 with :
2222 python-version : 3.x
2323 - run : python3 -m pip install -r requirements-dev.txt
24+ - run : pre-commit install
25+ - run : pre-commit install-hooks
2426 - run : pre-commit run --all-files
2527
2628 # Build and deploy the site
2729 deploy :
30+ needs : validate
2831 runs-on : ubuntu-latest
2932 steps :
3033 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11# .markdownlintignore
22
33# TODO: Lint these files
4+ .github /
45docs /
6+ README.md
Original file line number Diff line number Diff line change 66
77repos :
88 - repo : https://github.com/pre-commit/pre-commit-hooks
9- rev : v3.2 .0
9+ rev : v5.0 .0
1010 hooks :
1111 - id : trailing-whitespace
1212 - id : end-of-file-fixer
You can’t perform that action at this time.
0 commit comments