Skip to content

Commit 842588a

Browse files
authored
Merge pull request #11 from JeromeSchmied/releases-link
ci: add link checker
2 parents 60ad73f + be2e7a1 commit 842588a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Package and Release Extension
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -57,3 +58,14 @@ jobs:
5758
asset_path: ./pre-firxa-${{ env.DATE_FOR_ZIP }}.zip
5859
asset_name: pre-firxa-${{ env.DATE_FOR_ZIP }}.zip
5960
asset_content_type: application/zip
61+
62+
check-links:
63+
runs-on: ubuntu-latest
64+
steps:
65+
- uses: actions/checkout@v4
66+
67+
- name: Link Checker
68+
id: lychee
69+
uses: lycheeverse/lychee-action@v2
70+
with:
71+
fail: false

0 commit comments

Comments
 (0)