Skip to content

Merge remote-tracking branch 'origin/main' into tools #79

Merge remote-tracking branch 'origin/main' into tools

Merge remote-tracking branch 'origin/main' into tools #79

Workflow file for this run

name: fourmolu
on: push
jobs:
format:
runs-on: ubuntu-latest
steps:
# Note that you must checkout your code before running haskell-actions/run-fourmolu
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.11.0.0"