Skip to content

Bump eslint-plugin-storybook from 0.11.1 to 0.11.2 #1507

Bump eslint-plugin-storybook from 0.11.1 to 0.11.2

Bump eslint-plugin-storybook from 0.11.1 to 0.11.2 #1507

Workflow file for this run

name: 'Install, lint, test & build'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build