Create main.workflow

This commit is contained in:
cclauss 2019-02-15 15:34:21 +01:00 committed by GitHub
commit f2ecd389ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.github/main.workflow vendored Normal file
View file

@ -0,0 +1,8 @@
workflow "on push" {
on = "push"
resolves = ["Haskell Linter"]
}
action "Haskell Linter" {
uses = "domdere/haskell-lint-action@master"
}