Files
auto-archiver-extension/.github/workflows/test.yml
Miguel Sozinho Ramalho 6f76e64973 Initial commit
2023-01-22 11:37:36 +00:00

19 lines
333 B
YAML

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