Skip to content

add rest props spread for using ProjectBadge in the OSS Banner context #40

add rest props spread for using ProjectBadge in the OSS Banner context

add rest props spread for using ProjectBadge in the OSS Banner context #40

Workflow file for this run

name: Code Check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Check codebase (lint and typecheck)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Installation
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Type Check
run: yarn run typecheck
- name: Library Build
run: yarn run build
- name: Storybook Build
run: yarn run storybook:build