mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
295 B
15 lines
295 B
2 years ago
|
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
|