Skip to content

Fix out-of-date kind field for GitHub Pull Request code examples #3377

Fix out-of-date kind field for GitHub Pull Request code examples

Fix out-of-date kind field for GitHub Pull Request code examples #3377

Workflow file for this run

name: Detect Typos
on:
pull_request:
merge_group:
branch: master
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