Skip to content

Commit 68cd9fa

Browse files
committed
Finetuned workflows triggers and improved linting issues
1 parent a196515 commit 68cd9fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
registry-url: 'https://registry.npmjs.org'
24+
scope: '@ionic'
2425
- name: 🔒 Configure Identity
2526
run: |
2627
git config user.name github-actions
@@ -39,3 +40,4 @@ jobs:
3940
shell: bash
4041
env:
4142
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
- run: npm ci
3131
- run: npm run bootstrap
3232
- run: npm run lint
33+

0 commit comments

Comments
 (0)