There was an error while loading. Please reload this page.
1 parent f10fea8 commit 924b9c3Copy full SHA for 924b9c3
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Markdown Lint
+name: CI-Dev
2
3
on:
4
pull_request:
@@ -7,13 +7,8 @@ on:
7
branches: [dev]
8
9
jobs:
10
- markdownlint:
+ precommit:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
-
15
- - name: Run markdownlint
16
- uses: DavidAnson/markdownlint-cli2-action@v16
17
- with:
18
- globs: |
19
- **/*.md
+ - uses: pre-commit/action@v3.0.1
0 commit comments