fix(auth): complete CLI login for already-authed users + login CTA on account_exists claim #258
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: lychee (broken links) | |
| on: | |
| push: | |
| branches: [master, main] | |
| pull_request: | |
| branches: [master, main] | |
| schedule: | |
| - cron: '29 6 * * 1' | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| links: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: lycheeverse/lychee-action@v2 | |
| with: | |
| args: --no-progress --max-concurrency 4 --exclude-mail './**/*.md' './**/*.html' | |
| fail: false # warn-only on first install; flip to true once baseline is clean |