Skip to content

Formated Haskell files using fourmolu #12

Formated Haskell files using fourmolu

Formated Haskell files using fourmolu #12

Workflow file for this run

name: fourmolu
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.14.0.0"