Skip to content

Bump haskell-actions/run-ormolu from 13 to 14 (#80) #317

Bump haskell-actions/run-ormolu from 13 to 14 (#80)

Bump haskell-actions/run-ormolu from 13 to 14 (#80) #317

Workflow file for this run

name: HLint
permissions: read-all
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '5 4 14 * *'
jobs:
hlint:
name: Scan code with HLint
runs-on: ubuntu-latest
permissions:
# Needed to upload the results.
security-events: write
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: haskell-actions/hlint-scan@a99e50c562954d0c73211df1d7dabd33128b1098 # v1