Skip to content

Merge branch 'master' of https://github.com/jaspervdj/hakyll #5

Merge branch 'master' of https://github.com/jaspervdj/hakyll

Merge branch 'master' of https://github.com/jaspervdj/hakyll #5

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