From 3c38f063d464f35818e38cc971eb211713d26c56 Mon Sep 17 00:00:00 2001 From: TheFox0x7 Date: Fri, 3 May 2024 22:23:35 +0200 Subject: [PATCH] add lychee action --- .forgejo/workflows/links.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .forgejo/workflows/links.yml diff --git a/.forgejo/workflows/links.yml b/.forgejo/workflows/links.yml new file mode 100644 index 00000000..ab1946bd --- /dev/null +++ b/.forgejo/workflows/links.yml @@ -0,0 +1,17 @@ +name: Links + +on: + schedule: + - cron: '00 18 * * *' + +jobs: + linkChecker: + runs-on: docker + steps: + - uses: actions/checkout@v4 + + - name: Link Checker + id: lychee + uses: https://github.com/lycheeverse/lychee-action@v1 + with: + args: --verbose --no-progress --scheme http --scheme https -E .