2023-01-28 22:22:56 +01:00
|
|
|
name: Typos
|
|
|
|
on: [pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run:
|
|
|
|
name: Spell Check with Typos
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout Actions Repository
|
2023-09-11 11:54:22 +02:00
|
|
|
uses: actions/checkout@v4
|
2023-01-28 22:22:56 +01:00
|
|
|
|
2023-02-02 19:50:27 +01:00
|
|
|
- name: Check spelling
|
2023-09-11 12:37:06 +02:00
|
|
|
uses: crate-ci/typos@v1.16.11
|
2023-09-07 22:46:00 +02:00
|
|
|
with:
|
|
|
|
config: ./.github/.typos.toml
|