Skip to content

Add 'colorful' timeline #56

Add 'colorful' timeline

Add 'colorful' timeline #56

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint
- name: TypeScript
run: npm run typescript
- name: Test
run: npm run test