Skip to content

fix(hooks): simplify check-new-deps to malware-only #1596

fix(hooks): simplify check-new-deps to malware-only

fix(hooks): simplify check-new-deps to malware-only #1596

Workflow file for this run

name: ⚡ CI
# Dependencies:
# - SocketDev/socket-registry/.github/workflows/ci.yml
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
name: Run CI Pipeline
uses: SocketDev/socket-registry/.github/workflows/ci.yml@bbe46386c0a2bc6baefd02916234956a38e622d5 # main
with:
test-script: 'pnpm run test --all --skip-build'