Skip to content

Fix concurrent cache invalidation bug, code cleanup (#138) #540

Fix concurrent cache invalidation bug, code cleanup (#138)

Fix concurrent cache invalidation bug, code cleanup (#138) #540

Workflow file for this run

name: fourmolu
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haskell-actions/run-fourmolu@v10
with:
version: "0.15.0.0"