Skip to content

Commit af4d3b4

Browse files
committed
chore(workflow): remove alternative CodeQL scanner comments
- Cleaned up the `codeql-analysis.yml` by removing commented-out alternative scanner references. - This improves readability and maintains focus on the active configuration.
1 parent e2d3786 commit af4d3b4

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
# * * * * *
2626
- cron: '30 1 * * 0' # Every Sunday at 01:30 UTC
2727

28-
# -------------------------------------------------------------
29-
# Alternative: pixpilot/codeql-scanner@main
30-
# -------------------------------------------------------------
3128
jobs:
3229
analyze:
3330
runs-on: ubuntu-latest

.husky/pre-commit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
npx lint-staged
2+
pnpm build
3+
git add dist

.husky/pre-push

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)