Skip to content

Bump prettier-plugin-svelte from 3.2.6 to 3.2.7 in /client #250

Bump prettier-plugin-svelte from 3.2.6 to 3.2.7 in /client

Bump prettier-plugin-svelte from 3.2.6 to 3.2.7 in /client #250

Workflow file for this run

on:
push:
branches: [main]
pull_request:
paths:
- 'client/**'
- '.github/workflows/lint-client.yml'
name: client
env:
NODE_VERSION: 18
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
cache-dependency-path: client/package-lock.json
- run: npm ci
- run: npm run lint