Skip to content

Smartling translations are updated for commit 1983d3ac72379312996cc2c4d1e5c26d1187ea8f from main #2674

Smartling translations are updated for commit 1983d3ac72379312996cc2c4d1e5c26d1187ea8f from main

Smartling translations are updated for commit 1983d3ac72379312996cc2c4d1e5c26d1187ea8f from main #2674

Workflow file for this run

name: Check PR links
on:
pull_request:
jobs:
check-links:
if: ${{ github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate') }}
runs-on: ubuntu-22.04
steps:
- name: Waiting for 200 from the Vercel Preview
uses: patrickedqvist/[email protected]
id: waitForVercel
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 720
check_interval: 60
allow_inactive: true
environment: Preview
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Check for broken links
if: steps.waitForVercel.outputs.url
uses: lycheeverse/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
args: --max-redirects 10 --base ${{ steps.waitForVercel.outputs.url }} './src/content/docs/**/*.md*'
fail: true