Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

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 authored May 13, 2024
2 parents 61cb72e + a583195 commit 98565a0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 39 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/embedded_quality_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Quality check

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

jobs:
driver-quality:
uses: sensirion/.github/.github/workflows/driver.c.check.yml@main
with:
'["."]'
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
39 changes: 0 additions & 39 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 98565a0

Please sign in to comment.