Skip to content

Commit

Permalink
Create link.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 18, 2025
1 parent 4f60a74 commit 5a31681
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check links

on:
push:
branches:
- ci-spell

jobs:
check-links:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check links
uses: lycheeverse/lychee-action@v2
with:
args: --no-progress --verbose "**/README.md"

0 comments on commit 5a31681

Please sign in to comment.