mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
10 lines
155 B
HCL
10 lines
155 B
HCL
workflow "Checks" {
|
|
on = "push"
|
|
resolves = ["Shell-Scripts"]
|
|
}
|
|
|
|
action "Shell-Scripts" {
|
|
uses = "actions/bin/shellcheck@master"
|
|
args = "**/*.sh"
|
|
}
|