Skip to content

Merge branch 'feat/0418' into canary #710

Merge branch 'feat/0418' into canary

Merge branch 'feat/0418' into canary #710

Workflow file for this run

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