added TAB checker script, to be added to the PR checker action

This commit is contained in:
mrdudz
2022-04-16 18:18:51 +02:00
parent cbbdd3d9cf
commit 59d386e18f
3 changed files with 27 additions and 1 deletions

7
.github/checks/Makefile vendored Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: tabs
check: tabs
tabs: tabs.sh
@./tabs.sh