Skip to content

Fix capitalisation + remove comment #8

Fix capitalisation + remove comment

Fix capitalisation + remove comment #8

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npx lockfile-lint --path package-lock.json --validate-https
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm test