From c36c32cb084420400b678e37d61f18efb71efc7a Mon Sep 17 00:00:00 2001 From: coderiaser Date: Mon, 15 Jun 2026 14:48:32 +0300 Subject: [PATCH] chore: lint --- .github/workflows/nodejs.yml | 4 +++- static/user-menu.spec.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9e24773d..429e5568 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 diff --git a/static/user-menu.spec.js b/static/user-menu.spec.js index e1543608..76f3a517 100644 --- a/static/user-menu.spec.js +++ b/static/user-menu.spec.js @@ -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,