naomi-lgbt / dependency-pin-check

Mirror of our CodeBerg repo - please make contributions there.

Home Page:https://github.com/marketplace/actions/naomi-s-dependency-validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 contact@nhcarrigan.com.

About

Mirror of our CodeBerg repo - please make contributions there.

https://github.com/marketplace/actions/naomi-s-dependency-validator

License:Other


Languages

Language:JavaScript 100.0%