Skip to content

Commit 8998866

Browse files
committed
move sembrep test
1 parent 54384d5 commit 8998866

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/semgrep-action/.github/workflows/test.yml renamed to .github/workflows/test-semgrep.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ jobs:
1515
1616
- name: Validate Rules
1717
run: |
18+
cd packages/semgrep-action
1819
bin/validate-rules
1920
shell: bash
2021

2122
- name: Run Rule Tests
2223
run: |
24+
cd packages/semgrep-action
2325
bin/test
2426
shell: bash

packages/semgrep-action/.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)