Skip to content

Create hi-IN-tutorial.json #24

Create hi-IN-tutorial.json

Create hi-IN-tutorial.json #24

Workflow file for this run

name: Svelte check (types and a11y)
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
name: Install dependencies
- run: npx svelte-kit sync
name: Sync svelte-kit
- run: npx svelte-check --tsconfig ./tsconfig.json .svelte-kit
name: Run svelte-check