Skip to content

chore(deps): update storybook monorepo to v7.6.12 #813

chore(deps): update storybook monorepo to v7.6.12

chore(deps): update storybook monorepo to v7.6.12 #813

Workflow file for this run

name: run tests
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run tailwind
- run: npm test