Skip to content

build(deps-dev): bump svelte from 4.1.2 to 4.2.19 #1442

build(deps-dev): bump svelte from 4.1.2 to 4.2.19

build(deps-dev): bump svelte from 4.1.2 to 4.2.19 #1442

Workflow file for this run

name: Linting
on:
pull_request:
branches:
- '**'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Linter
run: pnpm lint