Skip to content

A GitHub Action which typechecks and lints all Dhall files in a repository.

Notifications You must be signed in to change notification settings

awseward/gh-actions-dhall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-actions-dhall

A GitHub Action which typechecks and lints all Dhall files in a repository.

Inputs

dhallVersion

Default: 1.39.0

The version of dhall-haskell to use.

typecheck_no_cache

Default: false

Set this to true in order to disable caching.

typecheck_package_files_only

Default: false

Set this to true to only typecheck files named package.dhall. Please note that doing so will miss files which aren't referenced directly or transitively from any package.dhall files.

About

A GitHub Action which typechecks and lints all Dhall files in a repository.

Topics

Resources

Stars

Watchers

Forks