mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
ed0c2ad45a
commit
3d4ba373a6
20 changed files with 77 additions and 39 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue