ci: add CI workflow, dependabot, and ESLint contributor rules#116
Merged
florintimbuc merged 6 commits intopablodelucca:devfrom Mar 13, 2026
Merged
Conversation
…el-agents into ci/enforce-code-quality
pablodelucca
approved these changes
Mar 13, 2026
10 tasks
florintimbuc
added a commit
that referenced
this pull request
Mar 14, 2026
* ci: add CI workflow, dependabot, and ESLint contributor rules * Update CONTRIBUTING * ci: add CI workflow, dependabot, and ESLint contributor rules * Update CONTRIBUTING
This was referenced Mar 14, 2026
This was referenced Mar 15, 2026
Closed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/ci.yml) — type check, lint, format, build, security audit.github/dependabot.yml) for automated dependency updatesscripts/check-contributors-rules.mjswith ESLint custom rules (eslint-rules/pixel-agents-rules.mjs)react-hooksrules for imperative game-state patternCloses #112
Design
continue-on-error: truewith dependency guards — all run even if one failswarnrules within existing lint steps — no separate CI step neededreact-hooks/immutability,react-hooks/refs,react-hooks/set-state-in-effectdisabled (false positives on imperative OfficeState/EditorState pattern)Attribution
This PR builds on CI work from community contributors:
Impact on open PRs
Test plan