Skip to content

Commit

Permalink
Merge pull request #1 from Sensirion/create-gh-workflow
Browse files Browse the repository at this point in the history
adding github workflow
  • Loading branch information
Sensirion-Bot committed May 10, 2024
2 parents e79cee6 + 5823572 commit 101de1b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 44 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/arduino_quality_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Quality check

on:
pull_request:
branches:
- master
push:
branches:
- master

jobs:
arduino-quality:
uses: sensirion/.github/.github/workflows/driver.arduino.check.yml@main
with:
expect-arduino-examples: true
lint-lib-manager-check: update
10 changes: 10 additions & 0 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Github Release

on:
push:
tags:
- '*'

jobs:
github-release:
uses: sensirion/.github/.github/workflows/driver.common.github_release.yml@main
44 changes: 0 additions & 44 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 101de1b

Please sign in to comment.