mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 19:54:20 +01:00
[skip ci] remove workflow
This commit is contained in:
17
.github/main.workflow
vendored
17
.github/main.workflow
vendored
@@ -1,17 +0,0 @@
|
||||
workflow "Checks" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Shell-Scripts",
|
||||
"JQ",
|
||||
]
|
||||
}
|
||||
|
||||
action "Shell-Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "**/*.sh"
|
||||
}
|
||||
|
||||
action "JQ" {
|
||||
uses = "home-assistant/actions/jq@master"
|
||||
args = "**/*.json"
|
||||
}
|
||||
Reference in New Issue
Block a user