exclude twitter hashtag link from linkchecker

it only seems to 404 for the link checker, not for humans.
pull/57/head
Brian Boucheron 2023-01-17 06:35:32 -05:00 zatwierdzone przez GitHub
rodzic 3adf68f4cf
commit 3806284b5b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
name: Check links
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '42 04 * * *'
@ -13,6 +15,7 @@ jobs:
- name: Lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.1
args: --exclude twitter\.com
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}