Skip to content

Commit 034e32e

Browse files
authored
ci(ci): use shared workflow (#11)
1 parent 47f872a commit 034e32e

File tree

2 files changed

+24
-32
lines changed

2 files changed

+24
-32
lines changed

.github/workflows/ci.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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
24+
node-versions: '["18", "20", "22"]'

.github/workflows/test.yml

-32
This file was deleted.

0 commit comments

Comments
 (0)