We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04400e commit 8452de3Copy full SHA for 8452de3
1 file changed
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v6
19
+ with:
20
+ persist-credentials: false
21
22
- name: Setup Node.js
23
uses: actions/setup-node@v6
@@ -24,7 +26,7 @@ jobs:
24
26
cache: 'npm'
25
27
28
- name: Install dependencies
- run: npm ci
29
+ run: npm ci --ignore-scripts --allow-git=none
30
31
- name: Run linting
32
run: npm run lint
0 commit comments