Skip to content

Change location of "Fork me on GitHub" image. (#1053) #12

Change location of "Fork me on GitHub" image. (#1053)

Change location of "Fork me on GitHub" image. (#1053) #12

Workflow file for this run

name: HLint
on: [push, pull_request]
jobs:
hlint:
runs-on: ubuntu-latest
permissions:
# Needed to upload results to GitHub code scanning.
security-events: write
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-scan@v1