1
1
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:
Patrick Thomson 2019-12-16 19:43:49 -05:00
parent 6aefcbe71d
commit db935cd202

View File

@ -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: |