Skip to content

Commit 668e043

Browse files
committed
chore: add ci
1 parent d0bbb6e commit 668e043

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- next
8+
- 'v*'
9+
paths-ignore:
10+
- 'docs/**'
11+
- '*.md'
12+
pull_request:
13+
paths-ignore:
14+
- 'docs/**'
15+
- '*.md'
16+
17+
permissions:
18+
contents: read
19+
20+
jobs:
21+
test:
22+
permissions:
23+
contents: write
24+
pull-requests: write
25+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v5
26+
with:
27+
license-check: true
28+
lint: true

0 commit comments

Comments
 (0)