Skip to content

Merge branch 'master' of https://github.com/wsargent-emcins/file-read… #34

Merge branch 'master' of https://github.com/wsargent-emcins/file-read…

Merge branch 'master' of https://github.com/wsargent-emcins/file-read… #34

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