Skip to content

CRMR: add actionlint and typos spellcheck to system-check - #7

Merged
codebend3r merged 2 commits into
mainfrom
add-actionlint-and-spellcheck
Sep 21, 2026
Merged

codebend3r merged 2 commits into
mainfrom
add-actionlint-and-spellcheck

Conversation

@codebend3r

Copy link
Copy Markdown
Owner
  • add github-actionlint and @ocular-d/typos-bin dev dependencies
  • lint:actions lints .github/workflows/*.yml
  • lint:spelling and lint:spelling:fix run typos
  • system-check runs both after lint:css
  • trustedDependencies lets bun run the typos binary postinstall
  • typos.toml skips human-language seed migrations and allows PNGs, enumerables
  • pull-request-checks.yml gains matching steps, with GITHUB_TOKEN on the actionlint step for the release download

- add `github-actionlint` and `@ocular-d/typos-bin` dev dependencies
- `lint:actions` lints `.github/workflows/*.yml`
- `lint:spelling` and `lint:spelling:fix` run `typos`
- `system-check` runs both after `lint:css`
- `trustedDependencies` lets `bun` run the `typos` binary `postinstall`
- `typos.toml` skips `human-language` seed migrations and allows `PNGs`, `enumerables`
- `pull-request-checks.yml` gains matching steps
@netlify

netlify Bot commented Sep 21, 2026

Copy link
Copy Markdown

Deploy Preview for crammr ready!

Name Link
🔨 Latest commit ea95303
🔍 Latest deploy log https://app.netlify.com/projects/crammr/deploys/6ab1b6c991a0f800083fa342
😎 Deploy Preview https://deploy-preview-7--crammr.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

- `lint` runs `lint:ts`, `lint:css`, `lint:actions`, `lint:spelling`
- `system-check` calls `lint` instead of listing each linter
- `lint:ts` and `lint:ts:fix` drop `--type-aware`
- `queries.test.ts` disables `unicorn/no-thenable` on the mock builder's `then`, which must stay thenable to match `PostgrestBuilder`
@codebend3r
codebend3r merged commit 55e7dc4 into main Sep 21, 2026
6 checks passed
@codebend3r
codebend3r deleted the add-actionlint-and-spellcheck branch September 21, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant