Skip to content

πŸš‘οΈ Fix day being removed when counter is running up #171

πŸš‘οΈ Fix day being removed when counter is running up

πŸš‘οΈ Fix day being removed when counter is running up #171

Workflow file for this run

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v2.3.1
- name: Install and Build πŸ”§
run: |
npm install
npm run build
- name: Linting πŸͺ„
run: |
npm run lint
npm run format:check
- name: Test βœ…
run: |
npm run test