You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/validate-pr/index.js
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -141,12 +141,10 @@ async function run() {
141
141
}
142
142
comment+=`\nYou can validate ${table.length===1 ? 'this' : 'these'} API${table.length===1 ? '' : 's'} yourself by using the ${tick}make validate${tick} target.\n`
0 commit comments