X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhlint.yml;fp=.github%2Fworkflows%2Fhlint.yml;h=6f7313087397db0db5c5c8ae5b6a8c34d391594b;hb=91e68d7531106bcfe6c0251e809e7d8ce7f4adef;hp=0000000000000000000000000000000000000000;hpb=e8a6e5b9442b2cde0d861a169f5b219b64de380e;p=lsp-test.git diff --git a/.github/workflows/hlint.yml b/.github/workflows/hlint.yml new file mode 100644 index 0000000..6f73130 --- /dev/null +++ b/.github/workflows/hlint.yml @@ -0,0 +1,11 @@ +name: Hlint + +on: [push, pull_request] +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: domdere/haskell-lint-action@v1.0.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}