added TAB checker script, to be added to the PR checker action
This commit is contained in:
7
.github/checks/Makefile
vendored
Normal file
7
.github/checks/Makefile
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
.PHONY: tabs
|
||||
|
||||
check: tabs
|
||||
|
||||
tabs: tabs.sh
|
||||
@./tabs.sh
|
||||
Reference in New Issue
Block a user