Skip to content

Update to version 1.3.0, with the update to Haskell Stack LTS 22.23. #101

Update to version 1.3.0, with the update to Haskell Stack LTS 22.23.

Update to version 1.3.0, with the update to Haskell Stack LTS 22.23. #101

Workflow file for this run

name: Lint
permissions: {}
on:
push:
schedule:
- cron: '15 3 3 * *'
jobs:
hlint:
name: HLint
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-scan@v1