Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Typo Check

on:
pull_request:
types: [opened, synchronize, reopened]

jobs:
typos:
name: Check for typos
Comment thread
riderx marked this conversation as resolved.
runs-on: ubuntu-latest
steps:
Comment thread
riderx marked this conversation as resolved.
- name: Checkout code
uses: actions/checkout@v4

- name: Check for typos
uses: crate-ci/typos@v1.39.0
Loading