Skip to content

chore(deps): update rspack monorepo to v1.2.2 #377

chore(deps): update rspack monorepo to v1.2.2

chore(deps): update rspack monorepo to v1.2.2 #377

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [23.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint