Skip to content

chore(deps): update docker/metadata-action action to v5 #175

chore(deps): update docker/metadata-action action to v5

chore(deps): update docker/metadata-action action to v5 #175

Workflow file for this run

name: Haskell
on:
pull_request:
paths:
- '.github/workflows/**'
- '**.hs'
- '**.cabal'
jobs:
haskell-typecheck:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Haskell
uses: haskell/actions/setup@v2
with:
ghc-version: '8.10'
cabal-version: 'latest'
- name: Build source
run: cabal build --ghc-options='-j2 +RTS -A32m'
working-directory: bindings/haskell