Skip to content

Implements html example with templates #89

Implements html example with templates

Implements html example with templates #89

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"