Skip to content

Bump webpack from 5.73.0 to 5.76.1 in /reactClient/my-app (#70) #345

Bump webpack from 5.73.0 to 5.76.1 in /reactClient/my-app (#70)

Bump webpack from 5.73.0 to 5.76.1 in /reactClient/my-app (#70) #345

Workflow file for this run

name: linting
on: [push]
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: "install"
run: npm install eslint
working-directory: ./reactClient/my-app
- name: "lint react"
run: npx eslint src/**/*.ts src/**/*.tsx
working-directory: ./reactClient/my-app