Skip to content

build

build #27

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🍔🍟🥤
uses: actions/[email protected]
with:
persist-credentials: false
- name: Use Node.js 😂
uses: actions/setup-node@v3
with:
node-version: 16
- name: Test 🧪
run: |
npm ci
npm run check-ci