Skip to content

build(deps-dev): bump eslint from 8.11.0 to 8.48.0 in /app #948

build(deps-dev): bump eslint from 8.11.0 to 8.48.0 in /app

build(deps-dev): bump eslint from 8.11.0 to 8.48.0 in /app #948

Workflow file for this run

name: Frontend
on: [push, pull_request]
defaults:
run:
working-directory: ./app
jobs:
lint:
strategy:
matrix:
node-version: [ 12.x ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn build