Skip to content

Commit

Permalink
Switch to lychee for link checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 30, 2024
1 parent ebcd92c commit 7b00d48
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 30 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CheckMarkdownLinks.yml

This file was deleted.

36 changes: 36 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# https://github.com/lycheeverse/lychee-action
# https://github.com/lycheeverse/lychee
name: Check Links

on:
push:
schedule:
# Run monthly
# GitHub actions uses UTC for time zone
# crontab format: minute hour day-of-month month day-of-week
- cron: "46 4 4 * *"
workflow_dispatch:
inputs:
message:
description: Message to display in job summary
required: false
type: string
override-args:
description: Override default arguments (see https://github.com/lycheeverse/lychee#commandline-parameters)
required: false
type: string

jobs:
link-checker:
name: Call Link Checker
uses: Andy4495/.github/.github/workflows/check-links.yml@main
with:
message: ${{ inputs.message }}
override-args: ${{ inputs.override-args }}
# Use the following to exclude certain URLs from the check. Need to include "--exclude" in the definition.
# For example, --exclude '43oh.com'
exclude: --exclude '43oh.com'




3 changes: 0 additions & 3 deletions .github/workflows/mlc_config.json

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using Arduino to Develop With Texas Instruments Processors

[![Check Markdown Links](https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/actions/workflows/CheckMarkdownLinks.yml/badge.svg)](https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/actions/workflows/CheckMarkdownLinks.yml)
[![Check Markdown Links](https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/actions/workflows/check-links.yml/badge.svg)](https://github.com/Andy4495/TI_Platform_Cores_For_Arduino/actions/workflows/check-links.yml)

**Use Arduino as a replacement for Energia** to develop on Texas Instruments LaunchPad products.

Expand Down Expand Up @@ -424,7 +424,6 @@ See the file [`LICENSE.txt`][101] in this repository.
[201]: ./extras/71-ti-permissions.rules
[101]: ./LICENSE.txt
[102]: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
<!-- markdown-link-check-disable -->
[908]: https://forum.43oh.com/topic/13361-add-msp432-support-to-arduino/
[911]: https://forum.43oh.com/topic/31134-error-compiling-for-board-msp-exp430f5529lp/
[970]: https://www.microsoft.com/openjdk
Expand Down

0 comments on commit 7b00d48

Please sign in to comment.