Skip to content

Bump @types/testing-library__jest-dom from 5.14.8 to 5.14.9 (#102) #39

Bump @types/testing-library__jest-dom from 5.14.8 to 5.14.9 (#102)

Bump @types/testing-library__jest-dom from 5.14.8 to 5.14.9 (#102) #39

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Check TypeScript
run: npx tsc
shell: bash
- name: Run ESLint
run: npm run lint
shell: bash