trpl-zh-cn/.github/workflows/autocorrect.yml

15 lines
295 B
YAML
Raw Normal View History

2023-01-17 11:38:56 +08:00
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.9.0