From 68cd9fa0a766fe0b352af1aa9f7a9e5825c5ce57 Mon Sep 17 00:00:00 2001 From: gnbm Date: Mon, 17 Nov 2025 23:41:57 +0000 Subject: [PATCH] Finetuned workflows triggers and improved linting issues --- .github/workflows/cd.yml | 2 ++ .github/workflows/ci.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4f9d34c..f9237c4 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -21,6 +21,7 @@ jobs: with: node-version: 20 registry-url: 'https://registry.npmjs.org' + scope: '@ionic' - name: 🔒 Configure Identity run: | git config user.name github-actions @@ -39,3 +40,4 @@ jobs: shell: bash env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 981d069..70206cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,4 @@ jobs: - run: npm ci - run: npm run bootstrap - run: npm run lint +