Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

New articles: How To Run A Local Demo and How To Setup the Dev Env #30

New articles: How To Run A Local Demo and How To Setup the Dev Env

New articles: How To Run A Local Demo and How To Setup the Dev Env #30

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Check
run: npm run check
- name: Story build
run: npm run story:build