Skip to content

Added option to define additional keywords to hide jobs with #16

Added option to define additional keywords to hide jobs with

Added option to define additional keywords to hide jobs with #16

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