Skip to content

Creating new countdown component. #380

Creating new countdown component.

Creating new countdown component. #380

name: "Prettier Format & ESLint"
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
format_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn check-lint-config
- run: yarn lint