mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 07:35:05 -04:00
checkPlugin: Add frontend-tests.yml
GitHub workflow
This commit is contained in:
parent
51c530a3a0
commit
48222449b5
2 changed files with 93 additions and 1 deletions
|
@ -149,7 +149,7 @@ fs.readdir(pluginPath, (err, rootFiles) => {
|
|||
if (files.indexOf('.git') === -1) throw new Error('No .git folder, aborting');
|
||||
prepareRepo();
|
||||
|
||||
for (const fn of ['backend-tests.yml', 'npmpublish.yml']) {
|
||||
for (const fn of ['backend-tests.yml', 'frontend-tests.yml', 'npmpublish.yml']) {
|
||||
checkFile(`src/bin/plugins/lib/${fn}`, `.github/workflows/${fn}`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue