Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Nguyen committed Oct 17, 2024
1 parent 69c0912 commit 7e65aaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .github/workflows/ci.yml
name: ci

on: [push, pull_request]

jobs:
ci:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/ci.yml@main
with:
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-tool_lifecycle'
4 changes: 3 additions & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2023100400;
$plugin->requires = 2022041200;
$plugin->requires = 2020061500;
$plugin->component = 'tool_lcmovecoursestep';

$plugin->dependencies = array(
'tool_lifecycle' => 2023050201
);

$plugin->supported = [39, 450];

0 comments on commit 7e65aaa

Please sign in to comment.