Skip to content

Match all strings in js/ts #27

Match all strings in js/ts

Match all strings in js/ts #27

Workflow file for this run

name: Test Semgrep Rules
on: [push]
jobs:
validate-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Semgrep
run: |
pip install semgrep
- name: Validate Rules
run: |
bin/validate-rules
shell: bash
- name: Run Rule Tests
run: |
bin/test
shell: bash