Skip to content

GitHub Actions workflow to check typos for PR #1

GitHub Actions workflow to check typos for PR

GitHub Actions workflow to check typos for PR #1

Workflow file for this run

name: Check Typos on Pull Request
on: [pull_request]
jobs:
check-typo:
name: typos
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check for Typos
uses: crate-ci/[email protected]