Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

chore(deps-dev): bump svelte-check from 2.10.3 to 3.4.5 #19

chore(deps-dev): bump svelte-check from 2.10.3 to 3.4.5

chore(deps-dev): bump svelte-check from 2.10.3 to 3.4.5 #19

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Check
run: npm run check
- name: Story build
run: npm run story:build