chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2024-07-03 12:01:49 +00:00
parent 2ae6ad34fc
commit 79fb49479e
14 changed files with 18 additions and 17 deletions

View file

@ -1,7 +1,7 @@
import {dirname} from 'node:path';
import {fileURLToPath} from 'node:url';
import test from 'supertape';
import fs from 'node:fs';
import test from 'supertape';
import {getColumns, isDev} from './columns.mjs';
const __filename = fileURLToPath(import.meta.url);