mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
checkPlugins: no need to let user know badge links, they will be auto added
This commit is contained in:
parent
4f02575088
commit
7db1e55290
1 changed files with 1 additions and 3 deletions
|
@ -323,9 +323,7 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
||||||
// eslint-disable-next-line max-len
|
// eslint-disable-next-line max-len
|
||||||
const badgeTwo = ``;
|
const badgeTwo = ``;
|
||||||
if (readme.toLowerCase().indexOf('travis') !== -1) {
|
if (readme.toLowerCase().indexOf('travis') !== -1) {
|
||||||
console.warn('Replacing Travis badge with Github actions.');
|
console.warn('Remove Travis badges');
|
||||||
console.warn(badgeOne);
|
|
||||||
console.warn(badgeTwo);
|
|
||||||
}
|
}
|
||||||
if (readme.toLowerCase().indexOf('workflows/Node.js%20Package/badge.svg') === -1) {
|
if (readme.toLowerCase().indexOf('workflows/Node.js%20Package/badge.svg') === -1) {
|
||||||
console.warn('No Github workflow badge detected')
|
console.warn('No Github workflow badge detected')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue