mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 13:54:26 +01:00
Add jq (#533)
This commit is contained in:
10
.github/main.workflow
vendored
10
.github/main.workflow
vendored
@@ -1,9 +1,17 @@
|
||||
workflow "Checks" {
|
||||
on = "push"
|
||||
resolves = ["Shell-Scripts"]
|
||||
resolves = [
|
||||
"Shell-Scripts",
|
||||
"home-assistant/actions/jq@master",
|
||||
]
|
||||
}
|
||||
|
||||
action "Shell-Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "**/*.sh"
|
||||
}
|
||||
|
||||
action "home-assistant/actions/jq@master" {
|
||||
uses = "home-assistant/actions/jq@master"
|
||||
args = "**/*.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user