This repository was archived by the owner on May 29, 2026. It is now read-only.
retrofit: drive openbuilt spec-coverage to zero (7 UI reverse-specs, 402 annotations) #256
Workflow file for this run
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: Lint Check | |
| on: | |
| pull_request: | |
| branches: | |
| - development | |
| - main | |
| - beta | |
| jobs: | |
| lint-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v2 | |
| - name: Install dependencies | |
| run: npm ci --legacy-peer-deps | |
| - name: Linting | |
| run: npm run lint |