Skip to content

feat: check local tarball when checking project up-to-date #15

feat: check local tarball when checking project up-to-date

feat: check local tarball when checking project up-to-date #15

Workflow file for this run

name: Audit
on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
audit:
name: Audit dependencies
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/[email protected]
with:
standalone: true
- name: Audit
run: pnpm audit