Add haskell language support to pre-commit.

This commit is contained in:
Alex Brandt 2023-07-19 19:26:28 +01:00 committed by Anthony Sottile
parent f8488e36c8
commit 60273ca81e
4 changed files with 110 additions and 0 deletions

View file

@ -63,6 +63,8 @@ jobs:
echo 'C:\Strawberry\c\bin' >> "$GITHUB_PATH"
shell: bash
if: matrix.os == 'windows-latest' && matrix.language == 'perl'
- uses: haskell/actions/setup@v2
if: matrix.language == 'haskell'
- name: install deps
run: python -mpip install -e . -r requirements-dev.txt