Skip to content

build(deps-dev): bump lint-staged from 13.2.2 to 14.0.0 #614

build(deps-dev): bump lint-staged from 13.2.2 to 14.0.0

build(deps-dev): bump lint-staged from 13.2.2 to 14.0.0 #614

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
registry-url: https://npm.pkg.github.com/
scope: "@cresh-io"
- name: Run Tests
run: make test