Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
By creating this pull request you agree to the terms in [CONTRIBUTING.md](CONTRIBUTING.md).
By creating this pull request you agree to the terms in [CONTRIBUTING.md](/.github/CONTRIBUTING.md).

--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

Expand Down
17 changes: 17 additions & 0 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check links

on:
workflow_dispatch:
push:
branches:
- master
- main
tags:
- '*'
pull_request:
schedule:
- cron: '30 3 * * 5' # Run every Friday at 3:30 AM UTC

jobs:
linkChecker:
uses: Infineon/makers-devops/.github/workflows/check_links.yml@main
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PAS CO2 Sensor

[![Check links](https://github.com/Infineon/pas-co2-sensor/actions/workflows/check_links.yml/badge.svg)](https://github.com/Infineon/pas-co2-sensor/actions/workflows/check_links.yml)

![corelib unit-test](https://github.com/Infineon/pas-co2-sensor/actions/workflows/unit-test.yml/badge.svg)

C++ library of Infineon's **Photoacoustic Spectroscopy (PAS) XENSIV™ CO2** miniaturized sensor.
Expand Down
4 changes: 2 additions & 2 deletions src/framework/arduino/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PAS CO2 Sensor Arduino Library

![build-check](https://github.com/Infineon/arduino-pas-co2-sensor/actions/workflows/build-check.yml/badge.svg)
![build-check](https://github.com/Infineon/arduino-pas-co2-sensor/actions/workflows/build-check.yml/badge.svg)(https://github.com/Infineon/arduino-pas-co2-sensor/actions/workflows/build-check.yml)

Arduino library of Infineon's **Photoacoustic Spectroscopy (PAS) XENSIV™ CO2** miniaturized sensor.

Expand Down Expand Up @@ -41,6 +41,6 @@ This is a release repository for the Arduino framework. The code basis is mainta

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.


Loading