Skip to content

Create compile-examples.yml #8

Create compile-examples.yml

Create compile-examples.yml #8

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"