From 271768f5c1a8f0377c0987244dbcde3bdab2f3f6 Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Tue, 21 May 2024 14:09:28 +0200 Subject: [PATCH] Update #86byt93eq CI test added --- .github/workflows/ci.yml | 13 +++++++++++++ 1 file changed, 13 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..d37070b --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,13 @@ +# .github/workflows/ci.yml +name: ci + +on: [push, pull_request] + +jobs: + ci: + uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main + # Required if you plan to publish (uncomment the below) + # secrets: + # moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }} + with: + # Any further options in this section