mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-24 02:06:34 +02:00
Add support for .bashrc and .bash_profile
This commit is contained in:
10
.github/main.workflow
vendored
10
.github/main.workflow
vendored
@@ -1,16 +1,8 @@
|
||||
workflow "Trigger: Push" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Shellcheck",
|
||||
"Black Code Formatter",
|
||||
]
|
||||
resolves = ["Shellcheck"]
|
||||
}
|
||||
|
||||
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