Skip to content

Commit

Permalink
feat: add autocorrect for better lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kowyo committed Nov 1, 2024
1 parent ed61b28 commit 46b85dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/course.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ jobs:
run: |
python scripts/gen_news.py
- name: AutoCorrect
uses: huacnlee/autocorrect-action@v2
with:
args: --fix

- name: Commit and push changes
uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 46b85dd

Please sign in to comment.