Skip to content

Commit 8452de3

Browse files
chore: sync workflow configuration (#181)
Co-authored-by: joshjohanning-repo-settings-sync[bot] <237077283+joshjohanning-repo-settings-sync[bot]@users.noreply.github.com>
1 parent b04400e commit 8452de3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v6
19+
with:
20+
persist-credentials: false
1921

2022
- name: Setup Node.js
2123
uses: actions/setup-node@v6
@@ -24,7 +26,7 @@ jobs:
2426
cache: 'npm'
2527

2628
- name: Install dependencies
27-
run: npm ci
29+
run: npm ci --ignore-scripts --allow-git=none
2830

2931
- name: Run linting
3032
run: npm run lint

0 commit comments

Comments
 (0)