diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db47448..f376a4f 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 @@ -57,3 +58,14 @@ jobs: asset_path: ./pre-firxa-${{ env.DATE_FOR_ZIP }}.zip asset_name: pre-firxa-${{ env.DATE_FOR_ZIP }}.zip 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