Skip to content

Commit 68b8bb8

Browse files
authored
Create 0_manual-pre-commit-linters.yml
1 parent 755e890 commit 68b8bb8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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+
runs-on: ubuntu-latest
21+
steps:
22+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+
- uses: AlexanderDokuchaev/md-dead-link-check@c7210ef8a38c194a119834e39d212387d19b512c # v1.1.0

0 commit comments

Comments
 (0)