also check spaces at end of lines
This commit is contained in:
8
.github/checks/Makefile
vendored
8
.github/checks/Makefile
vendored
@@ -1,15 +1,13 @@
|
||||
|
||||
.PHONY: tabs
|
||||
|
||||
check: tabs lastline
|
||||
check: tabs lastline spaces
|
||||
|
||||
tabs: tabs.sh
|
||||
@./tabs.sh
|
||||
|
||||
|
||||
lastline: lastline.sh
|
||||
@./lastline.sh
|
||||
|
||||
# checks that will currently fail (on a lot of files), so they are not included
|
||||
# in the general "check" action
|
||||
|
||||
spaces: spaces.sh
|
||||
@./spaces.sh
|
||||
|
||||
Reference in New Issue
Block a user