From c01a5610fbfc96e0962b33e9449da5b50d7e1cc0 Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Thu, 20 Jul 2023 18:50:55 +0200 Subject: [PATCH] Update GH action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f3c426..85e8ee1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: [push, pull_request] +on: [push, pull_request, workflow_dispatch] jobs: check-links: @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: Link Checker id: lc - uses: lycheeverse/lychee-action@v1.0.8 + uses: lycheeverse/lychee-action@v1.8.0 with: # See cli args at https://github.com/lycheeverse/lychee#commandline-parameters # for excluded URLs, the checker seems to be stricter than Chrome