Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

philips-labs/nostradamus-js-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nostradamus-js action

Marketplace Release

This Action checks for new js packages!

⚠️ Not finished yet: Work in Progress.

Contents

Inputs

Parameter Description
sourePath source path

Outputs

Parameter Description
newDependencies true or false

Example Usage

new-packages:
  name: Nostradamus
  runs-on: self-hosted
  steps:
  - uses: actions/checkout@v2
    with:
      fetch-depth: 0
  - uses: philips-labs/nostradamus-js-action@main
    id: nostradamus
    with:
      sourcePath: .
  - run: |
      echo "has new dependencies:"
      echo ${steps.nostradamus.outputs.newDependencies}

Example project

https://github.com/JeroenKnoops/nostradamus-js-action-example

Support

Only yarn is supported right now.

Contributors

Thanks goes to these contributors!

License

MIT License

About

GitHub action to check for new js dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published