mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-24 02:06:34 +02:00
init
This commit is contained in:
16
.github/main.workflow
vendored
Normal file
16
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
workflow "Trigger: Push" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Shellcheck",
|
||||
"Black Code Formatter",
|
||||
]
|
||||
}
|
||||
|
||||
action "Shellcheck" {
|
||||
uses = "ludeeus/action-shellcheck@master"
|
||||
}
|
||||
|
||||
action "Black Code Formatter" {
|
||||
uses = "lgeiger/black-action@master"
|
||||
args = "$GITHUB_WORKSPACE --check"
|
||||
}
|
Reference in New Issue
Block a user