Skip to content

fix: Fixed right shift of 'Add another account' button (#203) (#204) #775

fix: Fixed right shift of 'Add another account' button (#203) (#204)

fix: Fixed right shift of 'Add another account' button (#203) (#204) #775

Workflow file for this run

name: Check
on: push
jobs:
test:
name: Node.js
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: make node_modules
- name: Run checks
run: make check