We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02fa38 commit cb4cf09Copy full SHA for cb4cf09
.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