From b52f274fbd202ad050c83b7536db3ff3b5997cf1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 5 Jul 2023 12:59:36 +1200 Subject: [PATCH] MNT Add ci.yml --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..bf02210 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,11 @@ +name: CI + +on: + push: + pull_request: + workflow_dispatch: + +jobs: + ci: + name: CI + uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1