Skip to content

Merge pull request #65 from troyready/dependabot/npm_and_yarn/ws-7.5.10 #148

Merge pull request #65 from troyready/dependabot/npm_and_yarn/ws-7.5.10

Merge pull request #65 from troyready/dependabot/npm_and_yarn/ws-7.5.10 #148

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
name: Lint & unit test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run linter
run: npm run lint
- name: Run unit tests
run: npm run coverage