Skip to content

Add CI workflow - #4

Merged
dkanas merged 1 commit into
mainfrom
ci
Aug 5, 2026
Merged

Add CI workflow#4
dkanas merged 1 commit into
mainfrom
ci

Conversation

@dkanas

@dkanas dkanas commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Runs typecheck, lint, format check, tests and build on pushes to main and on pull requests. Superseded runs for the same ref are cancelled.

Two script changes come with it:

  • fmt:check (oxfmt --check) so CI verifies formatting instead of rewriting files — the existing fmt writes in place and would have passed silently.
  • lint now uses --deny-warnings; plain oxlint only fails on errors. Zero warnings today.

🤖 Generated with Claude Code

Runs typecheck, lint, format check, tests and build on pushes to main and
on pull requests. Superseded runs for the same ref are cancelled.

Adds a fmt:check script so CI verifies formatting without rewriting files,
and makes lint fail on warnings rather than only on errors.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@dkanas dkanas self-assigned this Aug 5, 2026
@dkanas
dkanas merged commit 62bdc7e into main Aug 5, 2026
1 check passed
@dkanas
dkanas deleted the ci branch August 6, 2026 09:19
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