Skip to content

Merge pull request #23 from wsargent-emcins/wsargent/build-actions-fix #22

Merge pull request #23 from wsargent-emcins/wsargent/build-actions-fix

Merge pull request #23 from wsargent-emcins/wsargent/build-actions-fix #22

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm ci
npm run all