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 2eb20b3e8a
commit 4b492ed4e5
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