Skip to content

Update funding sources in FUNDING.yml #31

Update funding sources in FUNDING.yml

Update funding sources in FUNDING.yml #31

Workflow file for this run

name: Storybook CI
on:
push:

Check failure on line 4 in .github/workflows/storybook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/storybook.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches: [main]
paths:
- 'apps/storybook/**'
- pull_request:
paths:
- 'apps/storybook/**'
jobs:
lint-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm --filter '@svelte-hover-tilt/storybook' lint
- name: Build
run: pnpm --filter '@svelte-hover-tilt/storybook' build