Skip to content

Release store-0.7.17, store-core-0.4.4.5, store-streaming-0.2.0.4 #12

Release store-0.7.17, store-core-0.4.4.5, store-streaming-0.2.0.4

Release store-0.7.17, store-core-0.4.4.5, store-streaming-0.2.0.4 #12

Workflow file for this run

name: hlint
on:
pull_request:
push:
jobs:
build:
name: hlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: haskell/actions/hlint-setup@v2
name: Set up HLint
with:
version: "3.5"
- uses: haskell/actions/hlint-run@v2
name: hlint
with:
path: '["bench/", "src/", "store-core/", "store-streaming/", "test/"]'
fail-on: suggestion