Skip to content

build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.7.3 #36

build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.7.3

build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.7.3 #36

Workflow file for this run

name: CI (Typecheck & Lint)
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Linting lint
run: pnpm run lint
- name: Svelte check
run: pnpm run check