Skip to content

Merge pull request #15 from warrant-dev/dependabot/npm_and_yarn/webpa… #1

Merge pull request #15 from warrant-dev/dependabot/npm_and_yarn/webpa…

Merge pull request #15 from warrant-dev/dependabot/npm_and_yarn/webpa… #1

Workflow file for this run

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