We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d769b7 + 069fbc4 commit b623dc8Copy full SHA for b623dc8
1 file changed
.github/workflows/ci-module.yml
@@ -0,0 +1,12 @@
1
+name: ci
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
+ workflow_dispatch:
9
10
+jobs:
11
+ test:
12
+ uses: hapijs/.github/.github/workflows/ci-module.yml@master
0 commit comments