We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91e6c commit 9745f49Copy full SHA for 9745f49
.github/workflows/ci.yml
@@ -37,13 +37,6 @@ jobs:
37
- name: npm audit
38
run: npm audit --audit-level=high
39
40
- # Secret scanning with gitleaks
41
- - name: Gitleaks secret scan
42
- uses: gitleaks/gitleaks-action@v2
43
- env:
44
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
- GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
46
-
47
# Build output size gate — single-file HTML should stay under 150 KB
48
- name: Build and check output size
49
run: |
0 commit comments