Skip to content

chore: Transfer repo and update vulnerable packages #23

chore: Transfer repo and update vulnerable packages

chore: Transfer repo and update vulnerable packages #23

name: Lint and test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint
- run: npm test