Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

📈 Checks that Haskell files are linted with HLint.

License

Notifications You must be signed in to change notification settings

caribou-archives/ins-hlint-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HLint action

This is a GitHub Action that checks to make sure that Haskell files are properly linted with HLint.

Example

on: push
jobs:
  hlint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: tfausak/hlint-action@v1

Options

  • config: Optional. Defaults to .hlint.yaml. The HLint config file to use. If this file does not exist, no error will be thrown.

  • pattern: Optional. Defaults to **/*.hs. The Haskell files to lint. If no files are found, the action will succeed.

  • version: Optional. Defaults to latest. The version of HLint to use. Supports these versions: https://github.com/ndmitchell/hlint/releases.

About

📈 Checks that Haskell files are linted with HLint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%