Skip to content

Use dynamic dispatch #8

Use dynamic dispatch

Use dynamic dispatch #8

Workflow file for this run

name: Fourmolu
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
format:
runs-on: ubuntu-22.04
steps:
# Note that you must checkout your code before running fourmolu/fourmolu-action
- uses: actions/checkout@v4
- uses: fourmolu/fourmolu-action@v10
with:
vesion: "0.15.0.0"