mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-22 14:23:53 -07:00
Create main.workflow
This commit is contained in:
parent
abe6afc09f
commit
f2ecd389ba
1 changed files with 8 additions and 0 deletions
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
workflow "on push" {
|
||||
on = "push"
|
||||
resolves = ["Haskell Linter"]
|
||||
}
|
||||
|
||||
action "Haskell Linter" {
|
||||
uses = "domdere/haskell-lint-action@master"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue