Skip to content

Commit 924b9c3

Browse files
committed
ops: change markdown lint to precommit
1 parent f10fea8 commit 924b9c3

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Markdown Lint
1+
name: CI-Dev
22

33
on:
44
pull_request:
@@ -7,13 +7,8 @@ on:
77
branches: [dev]
88

99
jobs:
10-
markdownlint:
10+
precommit:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
15-
- name: Run markdownlint
16-
uses: DavidAnson/markdownlint-cli2-action@v16
17-
with:
18-
globs: |
19-
**/*.md
14+
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)