aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/autocorrect-lint.yml
blob: 876303825be8129553ea0ffc73a292fb0530bc6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: AutoCorrect Lint

on:
  pull_request:
    branches:
      - main

jobs:
  lint:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - name: AutoCorrect
        uses: huacnlee/autocorrect-action@v1.5.5