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:
parent
a767913c76
commit
6aefcbe71d
6
.github/workflows/haskell.yml
vendored
6
.github/workflows/haskell.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user