Skip to content

addtional operation for 0.4.0 #321

addtional operation for 0.4.0

addtional operation for 0.4.0 #321

Workflow file for this run

name: Typos check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
workflow_dispatch:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling of file.txt
uses: crate-ci/typos@master