Skip to content

chore(deps): bump basic-ftp from 5.0.5 to 5.2.2 #1315

chore(deps): bump basic-ftp from 5.0.5 to 5.2.2

chore(deps): bump basic-ftp from 5.0.5 to 5.2.2 #1315

Workflow file for this run

name: Lint Check
permissions:
contents: read
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 10
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Run linting (oxlint)
run: pnpm run lint:oxlint
- name: Run linting (eslint)
run: pnpm run lint:eslint
- name: Run linting (typescript)
run: pnpm run lint:types
- name: Run linting (svelte-check)
run: pnpm check