We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d79d8f commit 26cbe5aCopy full SHA for 26cbe5a
.github/workflows/ci.yml
@@ -0,0 +1,7 @@
1
+name: ci
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ ci:
7
+ uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
classes/util.php
@@ -22,7 +22,7 @@
22
* - Processing account disabling and deletion based on configured rules
23
* - Handling role-based exclusions
24
*
25
- * @package core_admin
+ * @package tool_disable_delete_students
26
* @copyright 2024 onwards Catalyst IT {@link http://www.catalyst-eu.net/}
27
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
28
* @author Waleed ul hassan <[email protected]>
0 commit comments