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
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Arduino DevOps

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

This repository contains a **collection of utilities** designed to ease and support the **DevOps** of **Arduino third-party cores** and **libraries**.

## Audience
Expand Down Expand Up @@ -54,4 +56,4 @@ Thanks a lot for your contribution! 🙏

## License

See the [LICENSE](LICENSE.md) file for more details.
See the [LICENSE](/LICENSE) file for more details.