Skip to content

Commit da4a83c

Browse files
committed
Add .github/workflows/ci.yml
1 parent adda8e8 commit da4a83c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Docs
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main]
7+
8+
jobs:
9+
docs-checks:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- name: Placeholder
14+
run: echo "Add markdown/link checks with the first documentation PR."

0 commit comments

Comments
 (0)