Skip to content

Redundant $.

Redundant $. #878

Workflow file for this run

name: HLint
permissions: read-all
on:
workflow_dispatch:
push:
jobs:
hlint:
name: Scan code with HLint
runs-on: ubuntu-latest
permissions:
# Needed to upload the results.
security-events: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: haskell-actions/hlint-scan@exit-code-fail-test
with:
fail-on: note