Run on all

This commit is contained in:
HaveAGitGat 2022-05-23 07:40:24 +01:00
parent b1815667d6
commit af8c30429c
3 changed files with 9 additions and 3 deletions

View file

@ -1,23 +0,0 @@
name: Node.js CI
on:
pull_request:
branches: ['**']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run checkPlugins && npm run lint && npm run test