Skip to content

Add ability to disable code scanning and use annotations for private … #117

Add ability to disable code scanning and use annotations for private …

Add ability to disable code scanning and use annotations for private … #117

Workflow file for this run

name: Ormolu
permissions: read-all
on:
push:
paths:
- '**.hs'
- '**.lhs'
jobs:
ormolu:
name: Ormolu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/run-ormolu@c5eec49879ee294be01c787bcbf7b5a373a37060 # v17
with:
respect-cabal-files: false
extra-args: '-o -XGHC2021 -o -XOverloadedStrings'