Skip to content

Remove web-ext lint from linters #22

Remove web-ext lint from linters

Remove web-ext lint from linters #22

Workflow file for this run

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