Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

feat: provide a singleton Clerk instance as the the default export, a… #8

Merged
merged 2 commits into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint
# disable for now
# - name: Lint
# run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
Expand Down
Loading