Skip to content

chore: add dashboard design #753 (#754) #847

chore: add dashboard design #753 (#754)

chore: add dashboard design #753 (#754) #847

Workflow file for this run

name: Lint
on: push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js v18
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install
- name: Run ESLint
run: yarn run eslint ./src --ext .js,.jsx,.ts,.tsx -c ./.eslintrc.js