Skip to content

Bump haskell-actions/setup from 2.7.1 to 2.7.2 (#182) #619

Bump haskell-actions/setup from 2.7.1 to 2.7.2 (#182)

Bump haskell-actions/setup from 2.7.1 to 2.7.2 (#182) #619

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: haskell-actions/hlint-scan@c81f3176108e60bbce2d5a223e9297a8406deb92 # v1.1.0