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,13 +1,13 @@
#!/usr/bin/env node
import {promisify} from 'node:util';
import process from 'node:process';
import tryToCatch from 'try-to-catch';
import {createSimport} from 'simport';
import minor from 'minor';
import _place from 'place';
import rendy from 'rendy';
import shortdate from 'shortdate';
import process from 'node:process';
const simport = createSimport(import.meta.url);
const place = promisify(_place);