Skip to content

[WIP] エンジンのモック作成+それを使ったコンポーネントテスト #7401

[WIP] エンジンのモック作成+それを使ったコンポーネントテスト

[WIP] エンジンのモック作成+それを使ったコンポーネントテスト #7401

Workflow file for this run

name: Check typos
on:
push:
pull_request:
branches:
- '**'
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: typos-action
uses: crate-ci/typos@v1.21.0
with:
files: ". .github"