Skip to content

Bump @types/react-dom from 18.2.17 to 18.2.18 (#601) #1427

Bump @types/react-dom from 18.2.17 to 18.2.18 (#601)

Bump @types/react-dom from 18.2.17 to 18.2.18 (#601) #1427

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