Skip to content

refactor(#88): move to jinja for formatting prompts #93

refactor(#88): move to jinja for formatting prompts

refactor(#88): move to jinja for formatting prompts #93

Workflow file for this run

name: Code Security
on:
pull_request:
branches: ["main"]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep:latest
steps:
- uses: actions/checkout@v4
- name: Run Semgrep
run: |
semgrep scan --config auto