Skip to content

chore : Storybook-addon-baseline : Added css in the addon directly, m… #35

chore : Storybook-addon-baseline : Added css in the addon directly, m…

chore : Storybook-addon-baseline : Added css in the addon directly, m… #35

Workflow file for this run

name: Main branch update
on:
push:
branches:
- main
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup environment
uses: ./.github/actions/setup-env
- name: Code quality checks
run: bun run check