Skip to content

refactor: allanime url update + re-adding the wixmp provider (#1410) #205

refactor: allanime url update + re-adding the wixmp provider (#1410)

refactor: allanime url update + re-adding the wixmp provider (#1410) #205

Workflow file for this run

name: 'markdown checks'
on:
push:
branches:
- master
pull_request:
paths:
- "**.md"
jobs:
dead-links:
name: Dead Link Checker
runs-on: ubuntu-latest
steps:
- name: Run DeadFinder
uses: hahwul/[email protected]
id: broken-link
with:
command: file
target: "**.md"
trailing-ws:
name: Find Trailing Whitespace
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ocular-d/[email protected]