Skip to content

Commit

Permalink
Correct README's reference to nilaway (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow authored Feb 10, 2024
1 parent 772a0f7 commit c45a386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

This is a simple GitHub Action that checks Golang codebases for potential Nil panics.

Behind the hood, it uses Uber's [nilaway](https://github.com/qbaware/nilaway-action)
static analysis tool.
Behind the hood, it uses Uber's `nilaway` static analysis tool.
More useful information about it can be found in [this](https://www.uber.com/en-GB/blog/nilaway-practical-nil-panic-detection-for-go/)
Uber blog post or on their GitHub [repository](https://github.com/uber-go/nilaway).

Expand Down

0 comments on commit c45a386

Please sign in to comment.