Skip to content

Commit

Permalink
"create default driver github workflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed May 6, 2024
1 parent 7372c92 commit 286c17c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 52 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/arduino_quality_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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

todo-check:
if: github.event_name == 'push' && github.ref != 'refs/head/master'
uses: sensirion/.github/.github/workflows/driver.common.todo_check.yml@main

code-generation-check:
if: github.event_name == 'push' && github.ref != 'refs/head/master'
uses: sensirion/.github/.github/workflows/driver.generated.metadata_check.yml@main
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
52 changes: 0 additions & 52 deletions .gitlab-ci.yml

This file was deleted.

0 comments on commit 286c17c

Please sign in to comment.