Skip to content

chore(deps-dev): bump storybook from 8.1.1 to 8.1.11 #476

chore(deps-dev): bump storybook from 8.1.1 to 8.1.11

chore(deps-dev): bump storybook from 8.1.1 to 8.1.11 #476

Workflow file for this run

name: Lint
on:
pull_request:
push:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Run lint script
run: yarn lint