From 774815cc1e7ebd1e17354f8d040439105a6a2192 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 Nov 2021 16:33:50 +1300 Subject: [PATCH] MNT Add workflow --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 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..c19d6e8 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,9 @@ +name: Module CI + +on: + push: + pull_request: + +jobs: + ci: + uses: silverstripe/github-actions-ci-cd/.github/workflows/ci.yml@0.1.9