Skip to content

Commit

Permalink
chore: check typos
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Nov 9, 2023
1 parent 1a8671d commit 5c07b01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/typos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: check typos

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: typos-action
uses: crate-ci/[email protected]

0 comments on commit 5c07b01

Please sign in to comment.