Skip to content

Delete .github/workflows/spelling.yml #122

Delete .github/workflows/spelling.yml

Delete .github/workflows/spelling.yml #122

Workflow file for this run

name: Links
on:
repository_dispatch:
workflow_dispatch:
pull_request_target:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --exclude=github.com --verbose --no-progress **/*.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create Issue From File
uses: peter-evans/create-issue-from-file@v2
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue