Skip to content

Commit 22e4e31

Browse files
committed
Added build-and-test pipeline
1 parent 72d091c commit 22e4e31

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Build and Test
2+
on: [pull_request, push, workflow_dispatch]
3+
4+
jobs:
5+
build:
6+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@v2
7+
secrets: inherit
8+
with:
9+
vulnerability_scan_only: true

0 commit comments

Comments
 (0)