Skip to content

バスAPIスキーマと BFF エンドポイントを追加 #64

バスAPIスキーマと BFF エンドポイントを追加

バスAPIスキーマと BFF エンドポイントを追加 #64

Workflow file for this run

name: Verify task compile
on:
pull_request:
paths:
- "src/**"
- "main.tsp"
- "tspconfig.yaml"
- "Taskfile.yml"
- "package.json"
- "pnpm-lock.yaml"
- "mise.toml"
- ".github/workflows/compile-check.yml"
push:
branches:
- main
paths:
- "src/**"
- "main.tsp"
- "tspconfig.yaml"
- "Taskfile.yml"
- "package.json"
- "pnpm-lock.yaml"
- "mise.toml"
- ".github/workflows/compile-check.yml"
workflow_dispatch:
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.event.inputs.environment_name }}
cancel-in-progress: true
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: true
- uses: jdx/mise-action@v3
- name: Install dependencies
run: task install
- name: Verify compile
run: task compile