scripts/ci/lint.sh
Metadata
- Purpose: Automation script used in local development, CI, or deployment flow.
- Domain:
scripts - Language:
bash - Bytes: 105
- Lines: 7
- Content hash (short):
60c15168 - Source (start): scripts/ci/lint.sh:1
- Source (end): scripts/ci/lint.sh:7
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
#!/usr/bin/env bash
set -euo pipefail
pnpm lint
scripts/ci/no-placeholders.sh
scripts/ci/docs-verify.sh