chore(cloudcmd) actions: lint ☘️

This commit is contained in:
coderaiser 2022-06-17 12:22:40 +00:00 committed by coderaiser
parent c345d8b7ef
commit 42e8e255c0
2 changed files with 6 additions and 6 deletions

View file

@ -10,14 +10,14 @@ const tar = require('tar-stream');
const gunzip = require('gunzip-maybe');
const pullout = require('pullout');
const pathTarFixture = join(__dirname, '..', 'fixture/pack.tar.gz');
const pathZipFixture = join(__dirname, '..', 'fixture/pack.zip');
const cloudcmdPath = '../..';
const cloudcmd = require(cloudcmdPath);
const serveOnce = require('serve-once');
const pathZipFixture = join(__dirname, '..', 'fixture/pack.zip');
const pathTarFixture = join(__dirname, '..', 'fixture/pack.tar.gz');
const defaultOptions = {
config: {
auth: false,