Skip to content

fix: --allow-build=<pkg> overlaps with ignoredBuiltDependencies (… #4

fix: --allow-build=<pkg> overlaps with ignoredBuiltDependencies (…

fix: --allow-build=<pkg> overlaps with ignoredBuiltDependencies (… #4

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