Skip to content

Izk more bugfix

Izk more bugfix #553

Workflow file for this run

name: Svelte code check
on:
pull_request:
branches: [main, development, beta]
workflow_dispatch:
branches: [main, development, beta]
push:
branches: [main]
jobs:
sveltecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run svelte check
run: yarn run check