in src/config.ts [71:78]
validate() { let valid = true if (!this.file) { valid = false; core.error("DAT file not set"); } return valid }