Skip to content

Make HTTP 3XX codes successful in the check command #9

Make HTTP 3XX codes successful in the check command

Make HTTP 3XX codes successful in the check command #9

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