Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jul 19, 2021
1 parent b71f12e commit 828c3b1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# autocorrect-action
GitHub action for use AutoCorrect as lint

GitHub Action to use [AutoCorrect](https://github.com/huacnlee/autocorrect) for lint.

https://github.com/huacnlee/autocorrect

```yml
steps:
- name: Check source code
uses: actions/checkout@master

- name: Install Rust
uses: huacnlee/autocorrect-action@master
```

0 comments on commit 828c3b1

Please sign in to comment.