ποΈ Fix day being removed when counter is running up #171
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout ποΈ | |
uses: actions/[email protected] | |
- 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 |