Skip to content

make-tables-horizontally-scrollable-cy-2678 #1069

make-tables-horizontally-scrollable-cy-2678

make-tables-horizontally-scrollable-cy-2678 #1069

Workflow file for this run

name: Verify Build
on:
pull_request:
branches-ignore:
- staging
- prod
jobs:
build:
name: Verify Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
name: lint
with:
cmd: lint # will run `yarn lint` command
- uses: borales/[email protected]
name: lint types
with:
cmd: lint:types # will run `yarn lint:types` command
- uses: borales/[email protected]
name: Build Storybook
with:
cmd: build:storybook # will run `yarn build` command
- uses: borales/[email protected]
name: Run yarn build
with:
cmd: build # will run `yarn build` command