Skip to content

build(deps): bump react-dom from 18.3.0 to 18.3.1 in /website #3445

build(deps): bump react-dom from 18.3.0 to 18.3.1 in /website

build(deps): bump react-dom from 18.3.0 to 18.3.1 in /website #3445

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env:
FORCE_COLOR: 2
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4.0.2
with:
node-version: lts/*
cache: 'npm'
- name: Install npm dependencies
run: npm ci
- name: Run lint
run: npm run lint