diff --git a/.github/workflows/sce-validator.yml b/.github/workflows/sce-validator.yml new file mode 100644 index 0000000..4e2f1fa --- /dev/null +++ b/.github/workflows/sce-validator.yml @@ -0,0 +1,15 @@ +--- +name: SCE validator +on: + workflow_call: + +jobs: + sce_validator: + runs-on: [self-hosted, dind] + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: SCE validator + uses: urbansportsclub/usc-github-actions/SCE-validator@main + \ No newline at end of file