Skip to content

feat(Story): 跑团日志预览颜色生成调整 #379

feat(Story): 跑团日志预览颜色生成调整

feat(Story): 跑团日志预览颜色生成调整 #379

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Code
uses: actions/checkout@v3
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Check
uses: keita-hino/vue-tsc-action@main