Archived
1
0

refactor: delete lint, add typecheck job

This commit is contained in:
Joe Previte
2022-09-16 22:37:16 -07:00
parent 0b1cfc91d9
commit fe70ebf4d6
3 changed files with 44 additions and 17 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
tsc --noEmit --skipLibCheck
cd "$OLDPWD"
}
main "$@"