Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit bcfbee2

Browse files
Github action test
1 parent 1f4c18b commit bcfbee2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)