Skip to content

feat: トーク概要・スピーカー情報を追加 #297

feat: トーク概要・スピーカー情報を追加

feat: トーク概要・スピーカー情報を追加 #297

Workflow file for this run

name: Code Check
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
code-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10.14.0
- uses: actions/setup-node@v3
with:
node-version: 24.5.0
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Check formatting
run: pnpm prettier . --check
- name: Check linting
run: pnpm run lint