Skip to content

chore: vercel-specific configurations #6

chore: vercel-specific configurations

chore: vercel-specific configurations #6

Workflow file for this run

on: [push, pull_request, workflow_dispatch]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install
- name: svelte-check
run: yarn check
- name: eslint
run: yarn lint