Skip to content

Commit 026bb36

Browse files
Merge pull request #7 from Sensirion/create-gh-workflow
adding github workflow
2 parents f3b4106 + 18199e7 commit 026bb36

File tree

3 files changed

+25
-28
lines changed

3 files changed

+25
-28
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Github Release
2+
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
github-release:
10+
uses: sensirion/.github/.github/workflows/driver.common.github_release.yml@main
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Quality check
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
11+
jobs:
12+
driver-quality:
13+
uses: sensirion/.github/.github/workflows/driver.c.check.yml@main
14+
with:
15+
'["."]'

.gitlab-ci.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)