Skip to content

Add lint workflow#18

Merged
ediamin merged 1 commit into
mainfrom
codex/add-lint-workflow
Apr 19, 2026
Merged

Add lint workflow#18
ediamin merged 1 commit into
mainfrom
codex/add-lint-workflow

Conversation

@ediamin
Copy link
Copy Markdown
Owner

@ediamin ediamin commented Apr 19, 2026

Summary

  • remove Husky and lint-staged from the package setup
  • add a dedicated GitHub Actions lint workflow for PHP, JS, CSS, package.json, and TypeScript checks
  • shift lint enforcement from local git hooks to CI

Validation

  • npm run lint:js
  • npm run lint:css
  • npm run lint:types
  • npm run lint:pkg-json
  • PHP lint checks could not be run locally because php is not installed on this machine; GitHub Actions will validate them

@ediamin ediamin changed the title [codex] add lint workflow Add lint workflow Apr 19, 2026
@ediamin ediamin marked this pull request as ready for review April 19, 2026 13:26
@ediamin ediamin merged commit 8452b29 into main Apr 19, 2026
8 checks passed
@ediamin ediamin deleted the codex/add-lint-workflow branch April 19, 2026 13:26
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