Skip to content
alert-octagon

GitHub Action

Naomi's Dependency Validator

v1.3.0 Latest version

Naomi's Dependency Validator

alert-octagon

Naomi's Dependency Validator

A basic action to confirm that all npm dependencies are pinned

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Naomi's Dependency Validator

uses: naomi-lgbt/[email protected]

Learn more about this action in naomi-lgbt/dependency-pin-check

Choose a version

Naomi's Dependency Validator

This is a quick GitHub action to confirm that all dependencies in a package.json file are pinned to a specific semver version.

Usage

The configuration is minimal - here's an example action:

name: Dependency Validation
on:
  pull_request:
    branches:
      - main

jobs:
  validate:
    name: Validate Dependencies are Pinned
    runs-on: ubuntu-20.04

    steps:
      - name: Checkout Source Files
        uses: actions/checkout@v3

      - name: Check Dependencies
        uses: naomi-lgbt/dependency-pin-check@main

Feedback and Bugs

If you have feedback or a bug report, please feel free to open a GitHub issue!

Contributing

If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.

Code of Conduct

Before interacting with our community, please read our Code of Conduct.

License

This software is licensed under our global software license.

Copyright held by Naomi Carrigan.

Contact

We may be contacted through our Chat Server or via email at [email protected].