Skip to content

Commit

Permalink
Create typos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harilvfs committed Feb 25, 2025
1 parent 1fed21b commit 98574f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check for typos

on:
[push, pull_request, workflow_dispatch]

jobs:
check-typos:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: git fetch origin ${{ github.base_ref }}

- name: Run spellcheck
uses: crate-ci/[email protected]

0 comments on commit 98574f3

Please sign in to comment.