Archived
1
0

Automate draft release

This commit is contained in:
Anmol Sethi
2020-05-11 17:08:22 -04:00
parent b706e85efb
commit 169f8c67fe
9 changed files with 98 additions and 38 deletions

View File

@ -7,7 +7,7 @@ main() {
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js")
stylelint $(git ls-files "*.css")
tsc --noEmit
shellcheck -e SC2046,SC2164 $(git ls-files "*.sh")
shellcheck -e SC2046,SC2164,SC2154 $(git ls-files "*.sh")
}
main "$@"