mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-22 20:46:29 +00:00
Delete main.workflow
This commit is contained in:
parent
5e82060124
commit
9a4027e9d4
34
.github/main.workflow
vendored
34
.github/main.workflow
vendored
@ -1,34 +0,0 @@
|
||||
workflow "Shellcheck" {
|
||||
on = "push"
|
||||
resolves = ["Buildroot Scripts", "Helper Scripts", "Board Scripts", "OS/sbin Scripts", "OS/libexec Scripts", "OS/rauc Scripts"]
|
||||
}
|
||||
|
||||
action "Helper Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "scripts/*.sh"
|
||||
}
|
||||
|
||||
action "Buildroot Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "buildroot-external/scripts/*.sh"
|
||||
}
|
||||
|
||||
action "Board Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "buildroot-external/board/**/*.sh"
|
||||
}
|
||||
|
||||
action "OS/sbin Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "buildroot-external/rootfs-overlay/usr/sbin/*"
|
||||
}
|
||||
|
||||
action "OS/libexec Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "buildroot-external/rootfs-overlay/usr/libexec/*"
|
||||
}
|
||||
|
||||
action "OS/rauc Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "buildroot-external/rootfs-overlay/usr/lib/rauc/*"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user