Skip to content

chore(deps-dev): bump @types/react from 18.3.8 to 19.0.1 #4

chore(deps-dev): bump @types/react from 18.3.8 to 19.0.1

chore(deps-dev): bump @types/react from 18.3.8 to 19.0.1 #4

Workflow file for this run

name: Linting
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint