Skip to content

docs: clarify Cursor npx setup with PATH context and full path guidance #77

docs: clarify Cursor npx setup with PATH context and full path guidance

docs: clarify Cursor npx setup with PATH context and full path guidance #77

Workflow file for this run

name: Static analysis using semgrep
on:
pull_request:
branches: [ "main" ]
jobs:
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Install semgrep
run: pip install semgrep
- name: Run semgrep
run: semgrep --config auto --error