Skip to content

Bump send and express #216

Bump send and express

Bump send and express #216

Workflow file for this run

name: Unit
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
check_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- shell: bash
run: |
npm ci
- shell: bash
run: |
npm run lint
- shell: bash
run: |
npm run test