mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Try using an hlint action.
This commit is contained in:
parent
266a720fa9
commit
a767913c76
3
.github/workflows/haskell.yml
vendored
3
.github/workflows/haskell.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
||||
cabal v2-configure --disable-optimization --enable-benchmarks --enable-tests --write-ghc-environment-files=always -j2
|
||||
cabal v2-build --only-dependencies
|
||||
|
||||
- name: Haskell Linter
|
||||
uses: domdere/haskell-lint-action@v1.0.2
|
||||
|
||||
- name: Build & test
|
||||
run: |
|
||||
cabal v2-build
|
||||
|
Loading…
Reference in New Issue
Block a user