Skip to content

Added exclude for Google Meet to linkchecker #36

Added exclude for Google Meet to linkchecker

Added exclude for Google Meet to linkchecker #36

Workflow file for this run

---
name: "Code Quality: Link Checker"
on:
pull_request:
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/lychee-action@v1.10.0
with:
args: "--exclude meet\.google\.com"

Check failure on line 16 in .github/workflows/linkchecker.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linkchecker.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}