Skip to content

v1.0.1 - as published to Chrome Extension Store #10

v1.0.1 - as published to Chrome Extension Store

v1.0.1 - as published to Chrome Extension Store #10

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