Skip to content

fix(deps) Update dependency eslint-plugin-storybook to ^0.8.0 #731

fix(deps) Update dependency eslint-plugin-storybook to ^0.8.0

fix(deps) Update dependency eslint-plugin-storybook to ^0.8.0 #731

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm i -g yarn
- run: yarn install
- run: yarn lint