diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml new file mode 100644 index 0000000..7d13279 --- /dev/null +++ b/.github/workflows/build-and-test.yaml @@ -0,0 +1,7 @@ +name: Build and Test +on: [pull_request, push, workflow_dispatch] + +jobs: + build: + uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-build-and-test.yaml@main + secrets: inherit \ No newline at end of file