Skip to content

Prepare for release-0.1.0.0 #190

Prepare for release-0.1.0.0

Prepare for release-0.1.0.0 #190

Workflow file for this run

name: stylish-haskell
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-stylish-haskell:
name: stylish-haskell
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v7
- name: 🛠️ Setup stylish-haskell
uses: jorisdral/actions/setup-stylish-haskell@stylish-haskell-v0
with:
stylish-haskell-version: "0.15.1.0"
ghc-version: "9.12"
cabal-version: "3.16"
# The index-state is fixed to enable caching and ensure that the version
# regardless of the current state of Hackage head.
# If you want a newer version of cabal-fmt, use a more recent time.
#
hackage-index-state: "2026-02-19T00:00:00Z"
- name: 🎗️ Lint with stylish-haskell
run: ./scripts/ci/format-stylish-haskell.sh && git diff --exit-code