Skip to content

Commit b379138

Browse files
authored
ci!: migrate to fastify reusable workflow (#19)
1 parent 6bd5630 commit b379138

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,4 @@ on:
1212

1313
jobs:
1414
test:
15-
runs-on: ${{ matrix.os }}
16-
17-
strategy:
18-
matrix:
19-
node-version: [10, 12, 14, 16]
20-
os: [macos-latest, ubuntu-latest, windows-latest]
21-
22-
steps:
23-
- uses: actions/checkout@v3
24-
25-
- name: Use Node.js
26-
uses: actions/setup-node@v3
27-
with:
28-
node-version: ${{ matrix.node-version }}
29-
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

0 commit comments

Comments
 (0)