diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-04 09:08:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-04 09:08:20 +0000 |
commit | 6b73455b1719f4bfff006c7d9881935cc1e6a350 (patch) | |
tree | 393586e5ce18b866b8382c6a1ead7922d4b37039 /.github/workflows | |
parent | Releasing debian version 3.3.3-2. (diff) | |
download | pre-commit-6b73455b1719f4bfff006c7d9881935cc1e6a350.tar.xz pre-commit-6b73455b1719f4bfff006c7d9881935cc1e6a350.zip |
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/languages.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/languages.yaml b/.github/workflows/languages.yaml index 7e97158..5a6ae9c 100644 --- a/.github/workflows/languages.yaml +++ b/.github/workflows/languages.yaml @@ -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 |