Skip to content

Commit

Permalink
Add Autocorrect CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Jul 24, 2023
1 parent db4ce41 commit 9fbfa47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/autocorrect.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Autocorrect
on: [push, pull_request]
jobs:
autocorrect:
name: Check text autocorrect
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v3
with:
fetch-depth: 1

- name: Exec autocorrect
uses: huacnlee/autocorrect-action@main

0 comments on commit 9fbfa47

Please sign in to comment.