We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186043e commit ef476a9Copy full SHA for ef476a9
2 files changed
.github/workflows/ci.yml
@@ -0,0 +1,14 @@
1
+name: CI
2
+
3
+on:
4
+ # Run on all pushes to master and on all pull requests.
5
+ push:
6
+ branches:
7
+ master
8
+ pull_request:
9
+ # Allow manually triggering the workflow.
10
+ workflow_dispatch:
11
12
+jobs:
13
+ test:
14
+ uses: "zetacomponents/.github/.github/workflows/ci.yml@master"
.github/workflows/coding-standard.yml
+name: Coding Standard
+ # Run on all pushes and on all pull requests.
+ uses: "zetacomponents/.github/.github/workflows/coding-standard.yml@master"
0 commit comments