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,7 +1,9 @@
'use strict';
const test = require('supertape');
const stub = require('@cloudcmd/stub');
const {
test,
stub,
} = require('supertape');
const {btoa, atob} = require('./base64');