Skip to content

Commit

Permalink
ci: Run hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ral committed Jan 25, 2025
1 parent a3db435 commit 5bb5cfc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,19 @@ jobs:
enable-stack: true
stack-version: 'latest'
stack-no-global: true

- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2

- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: xml-conduit/src/
# fail-on: warning

- name: Build and run tests
shell: bash
run: |
set -ex
# stack upgrade --force-download
stack --version
stack test --fast --no-terminal --resolver=${{ matrix.resolver }}

0 comments on commit 5bb5cfc

Please sign in to comment.