mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
Add workflow (#531)
This commit is contained in:
9
.github/main.workflow
vendored
Normal file
9
.github/main.workflow
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
workflow "Checks" {
|
||||
on = "push"
|
||||
resolves = ["Shell-Scripts"]
|
||||
}
|
||||
|
||||
action "Shell-Scripts" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "**/*.sh"
|
||||
}
|
||||
Reference in New Issue
Block a user