Skip to content

Commit 684b29b

Browse files
Merge pull request #8 from Sensirion/create-gh-workflow
adding github workflow
2 parents 2ed88a9 + f945887 commit 684b29b

File tree

3 files changed

+25
-38
lines changed

3 files changed

+25
-38
lines changed
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+
'["."]'

.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

.gitlab-ci.yml

-38
This file was deleted.

0 commit comments

Comments
 (0)