mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
s/exec/run
This commit is contained in:
parent
6aefcbe71d
commit
db935cd202
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: hlint
|
||||
run: |
|
||||
cabal install hlint
|
||||
cabal exec hlint -- src semantic-python
|
||||
cabal run hlint -- src semantic-python
|
||||
|
||||
- name: Build & test
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user