Skip to content

punctua(08/001:119; 08/008:37): 修正标点错误 #85

punctua(08/001:119; 08/008:37): 修正标点错误

punctua(08/001:119; 08/008:37): 修正标点错误 #85

Workflow file for this run

name: Lint
on:
pull_request:
permissions:
pull-requests: write
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: AutoCorrect
uses: huacnlee/autocorrect-action@main
- name: Report ReviewDog
if: failure()
uses: huacnlee/autocorrect-action@main
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
reviewdog: true