We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb282fc commit 3287e26Copy full SHA for 3287e26
.github/workflows/ci.yml
@@ -0,0 +1,8 @@
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
0 commit comments