Skip to content

feat(gen): test typos workflow on docs #14

feat(gen): test typos workflow on docs

feat(gen): test typos workflow on docs #14

Workflow file for this run

name: Typos Check
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run typos on modified files
uses: crate-ci/[email protected]