Skip to content

Created a Github workflow to format source code #1

Created a Github workflow to format source code

Created a Github workflow to format source code #1

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"