Skip to content

[TASK] Don't commit package-lock.json #36

[TASK] Don't commit package-lock.json

[TASK] Don't commit package-lock.json #36

Workflow file for this run

name: tests
on:
- push
- pull_request
- workflow_call
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run lint
test-distribution:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run test:distribution