Skip to content

Commit 96ce738

Browse files
committed
[static] test
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent c80a529 commit 96ce738

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
pull_request:
3+
types: [ opened, synchronize, reopened ]
4+
5+
jobs:
6+
foo:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Run a simple command
10+
run: echo "I'm a malicious PR"

0 commit comments

Comments
 (0)