Skip to content

feat(avatar): update appearance of text and icon in avatar #8288

feat(avatar): update appearance of text and icon in avatar

feat(avatar): update appearance of text and icon in avatar #8288

Workflow file for this run

name: Pull request
on: pull_request
jobs:
lint_test_build:
name: lint, test and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: npm install
run: npm ci
- name: lint
run: npm run lint:check
- name: test
run: npm run test
- name: build
run: npm run build