From afb7a3d79bbde405ee0a8f5466a2d031bf14a9ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeromos=20Kov=C3=A1cs?= Date: Tue, 25 Mar 2025 16:33:54 +0100 Subject: [PATCH] ci: add link checker --- .github/workflows/build.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa1460d..705f4b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ name: Package and Release Extension on: + workflow_dispatch: push: branches: - main @@ -53,4 +54,15 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./firxa-${{ steps.date.outputs.date }}.zip asset_name: firxa-${{ steps.date.outputs.date }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip + + check-links: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Link Checker + id: lychee + uses: lycheeverse/lychee-action@v2 + with: + fail: false