Skip to content

build(deps-dev): bump rollup from 4.52.5 to 4.53.2 (#1252) #1262

build(deps-dev): bump rollup from 4.52.5 to 4.53.2 (#1252)

build(deps-dev): bump rollup from 4.52.5 to 4.53.2 (#1252) #1262

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run ESLint
run: npm run lint
- name: Type check
run: npm run lint:tsc