Add support for .bashrc and .bash_profile

This commit is contained in:
ludeeus
2019-03-14 18:15:36 +01:00
parent e4a40965ff
commit 43d591f972
3 changed files with 5 additions and 11 deletions

10
.github/main.workflow vendored
View File

@@ -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"
}