mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
15 lines
295 B
YAML
15 lines
295 B
YAML
name: AutoCorrect
|
|
on: [push, pull_request]
|
|
jobs:
|
|
autocorrect:
|
|
name: AutoCorrect Lint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out
|
|
uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 1
|
|
|
|
- name: Lint
|
|
uses: huacnlee/autocorrect-action@v2.5.8
|