We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a196515 commit 8cfedd6Copy full SHA for 8cfedd6
.github/workflows/cd.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: 20
23
registry-url: 'https://registry.npmjs.org'
24
+ scope: '@ionic'
25
- name: 🔒 Configure Identity
26
run: |
27
git config user.name github-actions
@@ -39,3 +40,4 @@ jobs:
39
40
shell: bash
41
env:
42
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
+
.github/workflows/ci.yml
@@ -30,3 +30,4 @@ jobs:
30
- run: npm ci
31
- run: npm run bootstrap
32
- run: npm run lint
33
0 commit comments