chore: Fix broken link checker

This commit is contained in:
raon0211 2024-09-10 16:05:55 +09:00
parent f36282a35a
commit 1d15d7414d

View File

@ -18,4 +18,7 @@ jobs:
cache-dependency-path: 'yarn.lock'
node-version-file: '.nvmrc'
- run: yarn install
- run: yarn blc ${{ github.event.inputs.url || 'https://es-toolkit.slash.page' }} --ro
- name: Check broken link
env:
url: ${{ github.event.inputs.url || 'https://es-toolkit.slash.page' }}
run: yarn blc $url --ro