Skip to content

fix: updat eanimation of progress indicator #74

fix: updat eanimation of progress indicator

fix: updat eanimation of progress indicator #74

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
lint_and_prettier:
name: lint and prettier check
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Lint and Format Check
run: |
npm run lint
npm run prettier
test:
name: run tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test