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 6118dce + 6a83a7c commit 2a73da1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 88 deletions.
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
13 changes: 13 additions & 0 deletions .github/workflows/raspberry_quality_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Quality check

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

jobs:
driver-quality:
uses: sensirion/.github/.github/workflows/driver.c.check.yml@main
88 changes: 0 additions & 88 deletions .gitlab-ci.yml

This file was deleted.

1 change: 1 addition & 0 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# driver generation metadata
generator_version: 0.33.0
model_version: 1.0.0
dg_status:
Expand Down

0 comments on commit 2a73da1

Please sign in to comment.