Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 99632bb

Browse files
committed
Exclude docs from being "prettified"
1 parent d0588aa commit 99632bb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Normalize Markdown
2+
3+
on:
4+
push:
5+
paths:
6+
- "*.md"
7+
- "!docs/**.md"
8+
9+
jobs:
10+
normalize:
11+
timeout-minutes: 1
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Git checkout
15+
uses: actions/checkout@v3
16+
17+
- name: Prettify markdown
18+
uses: creyD/[email protected]
19+
with:
20+
prettier_options: --write **/*.md

0 commit comments

Comments
 (0)