Skip to content

Commit

Permalink
Update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jul 20, 2023
1 parent 610c334 commit c01a561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
check-links:
Expand All @@ -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
Expand Down

0 comments on commit c01a561

Please sign in to comment.