Skip to content

Commit 3db5067

Browse files
authored
Check links in all md at every CI/CD (#20)
* add markdown-link-check to pre-commit * fix broken links and rename pandera schema model -> pandera dataframe model * specify intentional mistake in wrong_syntax.py for ruff * force re-check the links during the style check * always re-run pre-commit on all files
1 parent 2405f6f commit 3db5067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pre-commit install
3333
- name: Run pre-commit 👗🚀
3434
run: |
35-
pre-commit run
35+
pre-commit run --all-files
3636
3737
test:
3838
runs-on: "${{ matrix.os }}"

0 commit comments

Comments
 (0)