Skip to content

refactor: change packageJson.scripts type-guard #430

refactor: change packageJson.scripts type-guard

refactor: change packageJson.scripts type-guard #430

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v2
with:
cache: "npm"
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test