chore: lint

This commit is contained in:
coderiaser 2026-06-15 14:48:32 +03:00
parent 78b206e06b
commit c36c32cb08
2 changed files with 6 additions and 2 deletions

View file

@ -24,9 +24,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Redrun
run: bun i redrun -g --no-save
run: bun i redrun madrun -g --no-save
- name: Install
run: bun i --no-save
- name: Init Madrun
run: madrun --init
- name: Lint
run: redrun fix:lint
- name: Typos

View file

@ -168,7 +168,9 @@ test('cloudcmd: static: user menu: C: exists: cancel', async (t) => {
const {write} = DOM.IO;
getCurrentByName.returns({});
confirm.resolves([Error('cancel')]);
confirm.resolves([
Error('cancel'),
]);
await defaultMenu[name]({
DOM,