Skip to content

deps: bump @types/react-dom from 18.3.0 to 18.3.1 #231

deps: bump @types/react-dom from 18.3.0 to 18.3.1

deps: bump @types/react-dom from 18.3.0 to 18.3.1 #231

Workflow file for this run

name: linter
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Lint
run: npm run lint