Skip to content

Commit

Permalink
Fix typos and add link to Creadur RAT (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger authored Dec 9, 2023
1 parent 9f67ba3 commit 13a567a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is RAT Action?

*Release Audit Tool (Rat)* is a release audit tool, focused on licenses.
[Apache Release Audit Tool (Rat)](https://creadur.apache.org/rat) is a release audit tool, focused on licenses.

The goal of this GitHub Action is to allow Apache projects to run the release audit tool with in their GitHub Action workflow (CI).

Expand Down Expand Up @@ -38,9 +38,9 @@ jobs:
- uses: erisu/apache-rat-action@v1
```
This action workflow will checkout the project's content and runs the RAT tool.
This action workflow will checkout the project's content and run the RAT tool.
Create the optional `.ratignore` file if you want to exclude certian files and folders from being tested.
Create the optional `.ratignore` file if you want to exclude certain files and folders from being tested.

## License

Expand Down

0 comments on commit 13a567a

Please sign in to comment.