Skip to content

feat(avatar): add presence support in avatar component #8581

feat(avatar): add presence support in avatar component

feat(avatar): add presence support in avatar component #8581

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: '20.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