Skip to content

Commit 7a80fb2

Browse files
Merge pull request #1 from Sensirion/create-gh-workflow
adding github workflow
2 parents 28892fd + 37f8c70 commit 7a80fb2

File tree

4 files changed

+24
-88
lines changed

4 files changed

+24
-88
lines changed

.github/workflows/github_release.yml

+10
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

.gitlab-ci.yml

-88
This file was deleted.

metadata.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# driver generation metadata
12
generator_version: 0.33.0
23
model_version: 2.0.3
34
dg_status:

0 commit comments

Comments
 (0)