Skip to content

Commit 5d806d4

Browse files
authored
Merge pull request #17 from GTRPGM/16-precommit-exception
Fix: add dir for precommit exception
2 parents 227b58d + 924b9c3 commit 5d806d4

2 files changed

Lines changed: 4 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

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# .pre-commit-config.yaml
2+
exclude: scratch/
23

34
repos:
45
# 1. Standard Hooks (기본적인 파일 위생 및 문법 검사)

0 commit comments

Comments
 (0)