Skip to content

feat: add frontend linter #6

feat: add frontend linter

feat: add frontend linter #6

Workflow file for this run

name: CI
on: push
jobs:
eslint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v1
- name: Run ESLint
uses: stefanoeb/[email protected]