Skip to content

Uplifted the UI (#118) #439

Uplifted the UI (#118)

Uplifted the UI (#118) #439

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: npm install
- name: Lint files
run: npm run lint
- name: Run tests
run: npm run test