Skip to content

Merge pull request #38 from EA31337/dependabot/npm_and_yarn/express-4… #95

Merge pull request #38 from EA31337/dependabot/npm_and_yarn/express-4…

Merge pull request #38 from EA31337/dependabot/npm_and_yarn/express-4… #95

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
paths-ignore:
- '**.md'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test