Skip to content

Commit

Permalink
Merge pull request #2 from domdere/topic/readme
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
domdere authored Feb 5, 2019
2 parents 41d79b3 + 0da4dd0 commit 0c71464
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
An action that runs `hlint` checks over Haskell code.

If there are errors found in the Haskell code then the action will fail.

Example workflow:

```
workflow "Code Checks" {
on = "push"
resolves = ["haskell-lint"]
}
action "haskell-lint" {
uses = "domdere/haskell-lint-action@master"
}
```

## TODOs

- [ ] Opens proper GitHub check runs
- [ ] Annotates lines in PR with suggestions

0 comments on commit 0c71464

Please sign in to comment.