Skip to content

feat: make authStorage a single token data source of truth #682

feat: make authStorage a single token data source of truth

feat: make authStorage a single token data source of truth #682

Workflow file for this run

name: Linters and tests
on: [push, pull_request]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Copy envs
run: cp .env.dist .env
- name: Install root dependencies
uses: bahmutov/npm-install@v1
- name: Lint
run: npm run lint
- name: Test & coverage
run: npm run coverage
env:
CI: true