Skip to content

feat: add dayjs dependency #8

feat: add dayjs dependency

feat: add dayjs dependency #8

Workflow file for this run

name: lint
on:
push:
branches-ignore:
- 'main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: User Node.js LTS
uses: actions/setup-node@v2
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn run lint