Skip to content

Commit 27a5004

Browse files
committed
issue #13: add CI integration
1 parent a3976b7 commit 27a5004

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# .github/workflows/ci.yml
2+
name: ci
3+
4+
on: [push, pull_request]
5+
6+
jobs:
7+
ci:
8+
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
9+
with:
10+
disable_behat: true

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a href="https://github.com/catalyst/moodle-tool_dynamic_cohorts/actions?query=branch%3AMOODLE_401_STABLE">
2+
<img src="https://github.com/catalyst/moodle-tool_dynamic_cohorts/actions/workflows/ci.yml/badge.svg?branch=3AMOODLE_401_STABLE" >
3+
</a>
4+
15
# Dynamic cohort rules #
26

37
TODO Describe the plugin shortly here.

version.php

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828
$plugin->release = '0.1.0';
2929
$plugin->version = 2024030400;
3030
$plugin->requires = 2022112800;
31+
$plugin->supported = [401, 403];
3132
$plugin->maturity = MATURITY_ALPHA;

0 commit comments

Comments
 (0)