Skip to content

Bump web-vitals from 4.2.1 to 4.2.3 #1912

Bump web-vitals from 4.2.1 to 4.2.3

Bump web-vitals from 4.2.1 to 4.2.3 #1912

Workflow file for this run

name: eslint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx