Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add infrastructure to check for problems with npm configuration files #786

Merged
merged 1 commit into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. Add infrastructure to check for problems with npm configuration files

    A task and GitHub Actions workflow are provided here for checking the project's npm package manager configuration.
    
    On every push and pull request that affects relevant files, and periodically:
    
    - Validate package.json against its JSON schema.
    - Check for forgotten package-lock.json syncs.
    per1234 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aa7676a View commit details
    Browse the repository at this point in the history