Skip to content

Commit

Permalink
CI: Replace codespell with typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Dec 19, 2022
1 parent 77ae138 commit 7279a0f
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 136 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/codespell.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [master]
pull_request:

name: Typos

jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2

- name: Check spelling
uses: crate-ci/typos@master
Loading

0 comments on commit 7279a0f

Please sign in to comment.