Skip to content

Commit 18dad18

Browse files
committed
create default driver github workflow
1 parent f3b4106 commit 18dad18

File tree

3 files changed

+23
-28
lines changed

3 files changed

+23
-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: 13 additions & 0 deletions
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

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

0 commit comments

Comments
 (0)