Skip to content

Upgrade: Bump eslint-plugin-storybook from 0.6.12 to 0.11.2 #61

Upgrade: Bump eslint-plugin-storybook from 0.6.12 to 0.11.2

Upgrade: Bump eslint-plugin-storybook from 0.6.12 to 0.11.2 #61

Workflow file for this run

name: You-Project-Name-Here-Frontend CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
suite:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install packages job
- name: Install packages
run: yarn install --frozen-lockfile --non-interactive
# Eslint job
- name: Run ESLint
run: yarn run lint
# Unit test job
- name: Run UnitTest
run: yarn run local:ci