Skip to content

create CamBadge component and add pending transaction badge to KeyRow component #1622

create CamBadge component and add pending transaction badge to KeyRow component

create CamBadge component and add pending transaction badge to KeyRow component #1622

Workflow file for this run

name: CI
on:
pull_request:
branches: [c4t, dev, suite, suite-c4t]
env:
CI: true
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn format-check
- name: jest-run
run: yarn test