temp: always display awesomeBot results

This commit is contained in:
Russell Dempsey 2022-09-13 19:56:45 -07:00
parent db5bb3927e
commit acaef1f4f2

View File

@ -15,11 +15,11 @@ if (yamlData.edited) {
/**
* Only display awesomeBot results if the data yaml used to generate the readme have been modified.
*/
}
if (awesomeBotResults.error) {
fail(awesomeBotResults.title)
markdown(awesomeBotResults.message)
}
}
if (scripts.edited) {
warn('Changes were made to the scripts folder.')