We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
main
1 parent 5fb7be5 commit cde2f49Copy full SHA for cde2f49
.github/workflows/ci.yml
@@ -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
15
16
17
18
+jobs:
19
+ test:
20
+ uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.0
21
+ with:
22
+ license-check: true
23
+ lint: true
24
+ node-versions: '["18", "20"]'
.github/workflows/test.yml
package.json
@@ -34,9 +34,10 @@
34
"fast-deep-equal": "^3.1.3"
35
},
36
"devDependencies": {
37
- "c8": "^8.0.1",
+ "@fastify/pre-commit": "^2.1.0",
38
+ "c8": "^9.1.0",
39
"standard": "^17.1.0",
- "tsd": "^0.29.0"
40
+ "tsd": "^0.31.0"
41
42
"standard": {
43
"ignore": [
0 commit comments