Skip to content

Commit ef476a9

Browse files
ddegasperiderickr
authored andcommitted
Add GitHub Actions CI workflows
1 parent 186043e commit ef476a9

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Coding Standard
2+
3+
on:
4+
# Run on all pushes 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/coding-standard.yml@master"

0 commit comments

Comments
 (0)