This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Update the contributing guide #313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: hlint | |
on: | |
pull_request: | |
push: | |
jobs: | |
build: | |
name: hlint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: rwe/actions-hlint-setup@v1 | |
name: Set up HLint | |
with: | |
version: "3.5" | |
- uses: rwe/actions-hlint-run@v2 | |
name: hlint | |
with: | |
path: '[ "haddock-library/", "haddock-api/", "haddock-test/", "hoogle-test/", "html-test/", "hypsrc-test/", "latex-test/" ]' | |
fail-on: warning |