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 00c139d commit e90bb7f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 33 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/CheckMarkdownLinks.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 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: "18 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
exclude:
description: URLs excluded from checking (need to include '--exclude' option text in string if using)
required: false
type: string
default: --exclude '43oh.com'

jobs:
link-checker:
name: Call Link Checker
uses: Andy4495/.github/.github/workflows/check-links.yml@main
with:
message: ${{ inputs.message }}
exclude: --exclude '43oh.com'



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

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# HapTouch BoosterPack Library

[![Arduino Compile Sketches](https://github.com/Andy4495/HapTouch/actions/workflows/arduino-compile-sketches.yml/badge.svg)](https://github.com/Andy4495/HapTouch/actions/workflows/arduino-compile-sketches.yml)
[![Check Markdown Links](https://github.com/Andy4495/HapTouch/actions/workflows/CheckMarkdownLinks.yml/badge.svg)](https://github.com/Andy4495/HapTouch/actions/workflows/CheckMarkdownLinks.yml)
[![Check Markdown Links](https://github.com/Andy4495/HapTouch/actions/workflows/check-links.yml/badge.svg)](https://github.com/Andy4495/HapTouch/actions/workflows/check-links.yml)

This library provides an I2C command interface to the [HapTouch BoosterPack][1].

Expand Down Expand Up @@ -83,16 +83,12 @@ uint8_t getResponseCode();

The software and other files in this repository are released under what is commonly called the [MIT License][100]. See the file [`LICENSE`][101] in this repository.

<!-- markdown-link-check-disable-next-line -->
[1]: https://il.farnell.com/element14/boostxl-haptouch/haptics-boosterpack-for-launchpad/dp/2362893
<!-- markdown-link-check-disable-next-line -->
[2]: https://community.element14.com/products/devtools/technicallibrary/m/files/17054
[3]: http://www.ti.com/lit/ug/slau543/slau543.pdf
[4]: http://www.ti.com/tool/MSP430-HAPTOUCH-SDK
[5]: https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/541078
<!-- markdown-link-check-disable-next-line -->
[6]: https://forum.43oh.com/topic/4786-msp430tch5e-haptouch-is-available/
<!-- markdown-link-check-disable-next-line -->
[7]: https://community.element14.com/products/roadtest/rt/roadtests/396/ti_haptics_enabled_g#pifragment-4100=4&pifragment-4106=7
[8]: ./extras/43oh-MSP430TCH5E-HAPTOUCH.pdf
[9]: https://github.com/Andy4495/SWI2C
Expand Down

0 comments on commit e90bb7f

Please sign in to comment.