Skip to content

Bump @testing-library/jest-dom from 6.4.5 to 6.4.6 (#717) #1806

Bump @testing-library/jest-dom from 6.4.5 to 6.4.6 (#717)

Bump @testing-library/jest-dom from 6.4.5 to 6.4.6 (#717) #1806

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