File tree Expand file tree Collapse file tree 1 file changed +6
-36
lines changed Expand file tree Collapse file tree 1 file changed +6
-36
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
- ' on ' :
2
+
3
+ on :
3
4
push :
4
5
paths-ignore :
5
- - docs/**
6
+ - ' docs/**'
6
7
- ' *.md'
7
8
pull_request :
8
9
paths-ignore :
9
- - docs/**
10
+ - ' docs/**'
10
11
- ' *.md'
12
+
11
13
jobs :
12
14
test :
13
- runs-on : ${{ matrix.os }}
14
- strategy :
15
- matrix :
16
- node-version :
17
- - 14
18
- - 16
19
- - 18
20
- os :
21
- - macos-latest
22
- - ubuntu-latest
23
- - windows-latest
24
- steps :
25
- - uses : actions/checkout@v3
26
- - name : Use Node.js
27
- uses : actions/setup-node@v3
28
- with :
29
- node-version : ${{ matrix.node-version }}
30
- - name : Install Dependencies
31
- run : |
32
- npm install --ignore-scripts
33
- - name : Run Tests
34
- run : |
35
- npm test
36
- automerge :
37
- needs : test
38
- runs-on : ubuntu-latest
39
- permissions :
40
- pull-requests : write
41
- contents : write
42
- steps :
43
- - uses : fastify/github-action-merge-dependabot@v3
44
- with :
45
- github-token : ${{ secrets.GITHUB_TOKEN }}
15
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
You can’t perform that action at this time.
0 commit comments