Skip to content

Commit

Permalink
Fix typo in readme (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
morinted committed Apr 11, 2021
1 parent e3e8e3a commit 05f96e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -115,7 +115,7 @@ jobs:
- run: npx awesome-lint
```

*`fetch-depth: 0`* is needed so that we can check the repo ago.
*`fetch-depth: 0`* is needed so that we can check the repo age.

You may add [branch protection rules](https://docs.github.com/en/github/administering-a-repository/configuring-protected-branches) to prevent merging branches not passing `awesome-lint`.

Expand Down

0 comments on commit 05f96e7

Please sign in to comment.