File tree Expand file tree Collapse file tree 2 files changed +6
-37
lines changed Expand file tree Collapse file tree 2 files changed +6
-37
lines changed Original file line number Diff line number Diff line change 11name : CI
2- ' on ' :
2+
3+ on :
34 push :
45 paths-ignore :
5- - docs/**
6+ - ' docs/**'
67 - ' *.md'
78 pull_request :
89 paths-ignore :
9- - docs/**
10+ - ' docs/**'
1011 - ' *.md'
12+
1113jobs :
1214 test :
13- runs-on : ${{ matrix.os }}
14- strategy :
15- matrix :
16- node-version :
17- - 14.x
18- - 16.x
19- - 18.x
20- os :
21- - macos-latest
22- - ubuntu-latest
23- - windows-latest
24- steps :
25- - uses : actions/checkout@v2
26- - name : Use Node.js
27- uses : actions/setup-node@v2
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- 44- with :
45- github-token : ${{ secrets.GITHUB_TOKEN }}
15+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
Original file line number Diff line number Diff line change 22
33![ CI] ( https://github.com/fastify/fastify-cli/workflows/CI/badge.svg )
44[ ![ NPM version] ( https://img.shields.io/npm/v/fastify-cli.svg?style=flat )] ( https://www.npmjs.com/package/fastify-cli )
5- [ ![ Known Vulnerabilities] ( https://snyk.io/test/github/fastify/fastify-cli/badge.svg )] ( https://snyk.io/test/github/fastify/fastify-cli )
65[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( https://standardjs.com/ )
76
87Command line tools for [ Fastify] ( https://github.com/fastify/fastify ) .
You can’t perform that action at this time.
0 commit comments