checkPlugin: Add frontend-tests.yml GitHub workflow

This commit is contained in:
Richard Hansen 2021-06-14 19:55:18 -04:00
parent 51c530a3a0
commit 48222449b5
2 changed files with 93 additions and 1 deletions

View file

@ -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}`);
}