Skip to content

Merge branch 'dependabot/npm_and_yarn/multi-a9f852c250' of https://gi… #202

Merge branch 'dependabot/npm_and_yarn/multi-a9f852c250' of https://gi…

Merge branch 'dependabot/npm_and_yarn/multi-a9f852c250' of https://gi… #202

Workflow file for this run

name: "Unit Tests"
on: [push]
jobs:
build:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm install
- run: npm run lint
- run: npm run test:unit