add check for +x flag
This commit is contained in:
7
.github/checks/Makefile
vendored
7
.github/checks/Makefile
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
.PHONY: check tabs lastline spaces
|
||||
.PHONY: checkstyle tabs lastline spaces noexec
|
||||
|
||||
checkstyle: tabs lastline spaces
|
||||
checkstyle: tabs lastline spaces noexec
|
||||
|
||||
tabs: tabs.sh
|
||||
@./tabs.sh
|
||||
@@ -11,3 +11,6 @@ lastline: lastline.sh
|
||||
|
||||
spaces: spaces.sh
|
||||
@./spaces.sh
|
||||
|
||||
noexec: noexec.sh
|
||||
@./noexec.sh
|
||||
|
||||
Reference in New Issue
Block a user