Skip to content

add package lock github actions check#270

Merged
Bojan131 merged 3 commits intov8/developfrom
package-lock-check
Jan 28, 2026
Merged

add package lock github actions check#270
Bojan131 merged 3 commits intov8/developfrom
package-lock-check

Conversation

@Bojan131
Copy link
Contributor

@Bojan131 Bojan131 commented Jan 21, 2026

add package lock github actions check


Note

Adds a GitHub Actions workflow to enforce lockfile presence and validity.

  • New workflow /.github/workflows/check-package-lock.yml runs on pushes to main and all PRs with concurrency control
  • Verifies package-lock.json exists and is non-empty, sets up Node 16, and runs npm ci --dry-run --ignore-scripts to ensure the lockfile is valid and in sync

Written by Cursor Bugbot for commit a17ac07. This will update automatically on new commits. Configure here.

cursor[bot]

This comment was marked as outdated.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link

@AnaDjokovic AnaDjokovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, just check and resolve the copilot suggestions

@Bojan131 Bojan131 merged commit 99c513e into v8/develop Jan 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants