Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
- name: 💅 Lint CSS
run: bun run lint:css

- name: ⚙️ Lint workflows
run: bun run lint:actions
env:
# the actionlint binary is pulled from GitHub Releases on first run —
# the token keeps that download off the anonymous rate limit
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 🔤 Spellcheck
run: bun run lint:spelling

- name: 🧠 Typecheck
run: bun run typecheck

Expand Down
Loading
Loading