Skip to content

Bump eslint-plugin-react from 7.34.0 to 7.34.1 #210

Bump eslint-plugin-react from 7.34.0 to 7.34.1

Bump eslint-plugin-react from 7.34.0 to 7.34.1 #210

Workflow file for this run

name: Sadistic
on: pull_request
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- run: npm run lint
lighthouse:
name: Lighthouse performance test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: npm install, build
run: |
npm ci
npm run build --if-present
- name: run Lighthouse CI
run: |
npm install -g @lhci/cli@0.5.x
lhci collect
lhci upload
lhci assert --preset=lighthouse:no-pwa
lhci assert --budgetsFile=./performance-budget.json