Skip to content

Testing initial release

Compare
Choose a tag to compare
@mxdvl mxdvl released this 25 Jan 14:20
· 52 commits to main since this release
2bc1b48

This is minimally viable script that can be deployed in various environments.

As a simple example, which will fail with a non-zero error code if there are any health issues with your package.json

deno run \
	--allow-net=unpkg.com \
	--allow-read=. \
	https://raw.githubusercontent.com/guardian/actions-npm-dependencies/0.0.1/src/main.ts \
	package.json  \
  	--cache

Maybe we can run this from deno.land/x/ ?

What's Changed

  • Health report of package.json for CI use by @mxdvl in #1

New Contributors

  • @mxdvl made their first contribution in #1

Full Changelog: https://github.com/guardian/actions-npm-dependencies/commits/0.0.1