Skip to content

Bump @sveltejs/kit from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory #10

Bump @sveltejs/kit from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory

Bump @sveltejs/kit from 2.8.2 to 2.8.3 in the npm_and_yarn group across 1 directory #10

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Svelte check
run: pnpm run check
- name: Lint
run: pnpm run check