Skip to content

Commit

Permalink
Merge pull request #6 from Sensirion/change-to-github-workflow
Browse files Browse the repository at this point in the history
Change to github actions
  • Loading branch information
psachs committed Apr 19, 2024
2 parents d57ca29 + 10a310a commit 36c288d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 92 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/arduino_checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Arduino Checks

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
Arduino-Checks:
uses: sensirion/.github/.github/workflows/upt.arduino.check.yml@main
with:
expect-arduino-examples: true
lint-lib-manager-check: update
39 changes: 0 additions & 39 deletions .gitlab-ci.yml

This file was deleted.

45 changes: 0 additions & 45 deletions tests/compile_test.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/run_cppcheck.sh

This file was deleted.

5 changes: 0 additions & 5 deletions tests/syntax_check.sh

This file was deleted.

0 comments on commit 36c288d

Please sign in to comment.