Skip to content

feat: add frontend linter #2

feat: add frontend linter

feat: add frontend linter #2

Workflow file for this run

name: CI
on: push
jobs:
frontend_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx