Skip to content

chore: clean up attachments readme and update demos #238

chore: clean up attachments readme and update demos

chore: clean up attachments readme and update demos #238

Workflow file for this run

name: Audit
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Audit for vulnerabilities
run: npx audit-ci@^7 --config ./audit-ci.jsonc