6 lines
123 B
Bash
6 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
editorconfig-checker .github contrib docs package scripts targets tests ./*.* .luacheckrc .editorconfig
|