1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Try running this manually, without a token.

This commit is contained in:
Patrick Thomson 2019-12-16 12:27:01 -05:00
parent a767913c76
commit 6aefcbe71d

View File

@ -43,8 +43,10 @@ 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: hlint
run: |
cabal install hlint
cabal exec hlint -- src semantic-python
- name: Build & test
run: |