Skip to content

修正关于 OR 导致索引失效的描述 #149

修正关于 OR 导致索引失效的描述

修正关于 OR 导致索引失效的描述 #149

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