Skip to content

Bump express from 4.17.1 to 4.20.0 in /frontend #393

Bump express from 4.17.1 to 4.20.0 in /frontend

Bump express from 4.17.1 to 4.20.0 in /frontend #393

Workflow file for this run

name: JavaScript Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install yarn packages
run: yarn add eslint@latest
- name: Install eslint React Plugin
run: yarn add eslint-plugin-react@latest
- name: Install Google style plugin
run: yarn add eslint-config-google@latest
- name: Lint with ESLint
run: ./node_modules/.bin/eslint frontend/**/*.js