There was an error while loading. Please reload this page.
2 parents 227b58d + 924b9c3 commit 5d806d4Copy full SHA for 5d806d4
2 files 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
.pre-commit-config.yaml
@@ -1,4 +1,5 @@
# .pre-commit-config.yaml
+exclude: scratch/
repos:
5
# 1. Standard Hooks (기본적인 파일 위생 및 문법 검사)
0 commit comments