Skip to content

Merge pull request #46 from anton-k/th-derving-request-inputs #15

Merge pull request #46 from anton-k/th-derving-request-inputs

Merge pull request #46 from anton-k/th-derving-request-inputs #15

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"