Skip to content

Move Current Components to Experimental Section in Storybook #397

Move Current Components to Experimental Section in Storybook

Move Current Components to Experimental Section in Storybook #397

name: "Prettier Format & ESLint"
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
format_and_lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/Jod
- run: yarn install --frozen-lockfile
- run: yarn check-lint-config
- run: yarn lint