1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

Revert "Overwrite hlint on install if necessary."

This reverts commit 98f3ff7e8a.
This commit is contained in:
Rob Rix 2020-01-13 15:27:36 -05:00
parent 98f3ff7e8a
commit 766fb12b16
No known key found for this signature in database
GPG Key ID: 2BE643E01DC032AE

View File

@ -53,7 +53,7 @@ jobs:
- name: hlint
run: |
cabal install hlint --installdir=dist-newstyle --overwrite-policy=always
cabal install hlint --installdir=dist-newstyle
dist-newstyle/hlint src semantic-python
- name: Build & test