Skip to content

Github action to backfill the lack of audit support in the official action

Notifications You must be signed in to change notification settings

jchild3rs/pnpm-dependabot

Repository files navigation

pnpm-dependabot

jobs:
  setup:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: pnpm/action-setup@v2
        with:
          version: 7
          run_install: false
      - uses: actions/setup-node@v3
      - name: run the audit
        run: ./action.yml

About

Github action to backfill the lack of audit support in the official action

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published