Skip to content

Merge pull request #18 from warrant-dev/UpdateWarrantJsV3.3.0 #19

Merge pull request #18 from warrant-dev/UpdateWarrantJsV3.3.0

Merge pull request #18 from warrant-dev/UpdateWarrantJsV3.3.0 #19

Workflow file for this run

name: Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Setup Node env
uses: actions/setup-node@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Test and build
run: |
npm ci
npm test
npm run build