Skip to content

Added powersync-web cli file to bin. #96

Added powersync-web cli file to bin.

Added powersync-web cli file to bin. #96

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