We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755e890 commit 68b8bb8Copy full SHA for 68b8bb8
.github/workflows/0_manual-pre-commit-linters.yml
@@ -0,0 +1,23 @@
1
+name: manual-pre-commit-linters
2
+permissions: read-all
3
+
4
+on:
5
+ workflow_dispatch:
6
7
+jobs:
8
+ pre-commit:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12
+ - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
13
+ with:
14
+ python-version: 3.10.14
15
+ - name: Install pre-commit package
16
+ run: make install-pre-commit
17
+ - name: Run pre-commit linter suite
18
+ run: make pre-commit
19
+ md-dead-link-check:
20
21
22
23
+ - uses: AlexanderDokuchaev/md-dead-link-check@c7210ef8a38c194a119834e39d212387d19b512c # v1.1.0
0 commit comments