From 5ce62b0a8c62a12b7bc3075522ef08e358550985 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 15 Aug 2023 17:51:56 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/action-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/action-ci.yml diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml new file mode 100644 index 0000000..b52118d --- /dev/null +++ b/.github/workflows/action-ci.yml @@ -0,0 +1,11 @@ +name: CI + +on: + push: + pull_request: + workflow_dispatch: + +jobs: + ci: + name: CI + uses: silverstripe/gha-action-ci/.github/workflows/action-ci.yml@v1