Skip to content

Commit a20aeb8

Browse files
Merge pull request #3 from Sensirion/create-gh-workflow
adding github workflow
2 parents b9d22ac + 9121ba7 commit a20aeb8

File tree

3 files changed

+26
-44
lines changed

3 files changed

+26
-44
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Quality check
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
11+
jobs:
12+
arduino-quality:
13+
uses: sensirion/.github/.github/workflows/driver.arduino.check.yml@main
14+
with:
15+
expect-arduino-examples: true
16+
lint-lib-manager-check: update

.github/workflows/github_release.yml

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

.gitlab-ci.yml

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

0 commit comments

Comments
 (0)