c93eb80bbe
Adds `lint-editorconfig` make target. Co-authored-by: Jan-Niklas Burfeind <git@aiyionpri.me> version bump to 2.6.0
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
editorconfig-checker .github contrib docs package scripts targets tests ./*.* .luacheckrc .editorconfig
|