Skip to content

Commit 26cbe5a

Browse files
committed
Added CI.yml file for the workflows
1 parent 3d79d8f commit 26cbe5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* - Processing account disabling and deletion based on configured rules
2323
* - Handling role-based exclusions
2424
*
25-
* @package core_admin
25+
* @package tool_disable_delete_students
2626
* @copyright 2024 onwards Catalyst IT {@link http://www.catalyst-eu.net/}
2727
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2828
* @author Waleed ul hassan <[email protected]>

0 commit comments

Comments
 (0)