mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
15 lines
318 B
YAML
15 lines
318 B
YAML
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
|