File tree Expand file tree Collapse file tree 2 files changed +8
-42
lines changed Expand file tree Collapse file tree 2 files changed +8
-42
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
- - 10
18
- - 12
19
- - 14
20
- - 16
21
- - 17
22
- os :
23
- - macos-latest
24
- - ubuntu-latest
25
- - windows-latest
26
- steps :
27
- - uses : actions/checkout@v3
28
- - name : Use Node.js
29
- uses : actions/setup-node@v3
30
- with :
31
- node-version : ${{ matrix.node-version }}
32
- - name : Install Dependencies
33
- run : |
34
- npm install --ignore-scripts
35
- - name : Lint
36
- run : |
37
- npm run lint:ci
38
- - name : Run Tests
39
- run : |
40
- npm test
41
- automerge :
42
- needs : test
43
- runs-on : ubuntu-latest
44
- permissions :
45
- pull-requests : write
46
- contents : write
47
- steps :
48
- - uses : fastify/github-action-merge-dependabot@v3
49
- with :
50
- github-token : ${{ secrets.GITHUB_TOKEN }}
15
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
16
+ with :
17
+ lint : true
Original file line number Diff line number Diff line change 2
2
3
3
![ CI] ( https://github.com/fastify/fastify-caching/workflows/CI/badge.svg )
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/@fastify/caching.svg?style=flat )] ( https://www.npmjs.com/package/@fastify/caching )
5
- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/fastify/fastify-caching/badge.svg )] ( https://snyk.io/test/github/fastify/fastify-caching )
6
5
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( https://standardjs.com/ )
7
6
8
7
* @fastify/caching * is a plugin for the [ Fastify] ( http://fastify.io/ ) framework
You can’t perform that action at this time.
0 commit comments