chore(cloudcmd) lint using actions

This commit is contained in:
coderaiser 2022-06-02 09:55:39 +00:00
parent ed0c2ad45a
commit 3d4ba373a6
20 changed files with 77 additions and 39 deletions

View file

@ -1,8 +1,10 @@
'use strict';
const {join} = require('path');
const test = require('supertape');
const stub = require('@cloudcmd/stub');
const {
test,
stub,
} = require('supertape');
const cloudcmdPath = join(__dirname, '..', '..');
const modulesPath = join(cloudcmdPath, 'json', 'modules.json');