chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2026-03-17 18:45:13 +00:00
parent c9b27bb514
commit 170b4da211
7 changed files with 19 additions and 3 deletions

View file

@ -90,6 +90,7 @@ test('cloudcmd: markdown: no request', async (t) => {
test('cloudcmd: markdown', async (t) => {
const configManager = cloudcmd.createConfigManager();
const fixtureDir = new URL('fixture', import.meta.url).pathname;
const config = {
auth: false,
root: fixtureDir,
@ -109,6 +110,7 @@ test('cloudcmd: markdown', async (t) => {
test('cloudcmd: markdown: zip', async (t) => {
const configManager = cloudcmd.createConfigManager();
const fixtureDir = new URL('fixture', import.meta.url).pathname;
const config = {
auth: false,
root: fixtureDir,