Skip to content

ci: add GitHub Actions workflows for build and static analysis - #295

Merged
hellopablo merged 1 commit into
developfrom
cursor/add-ci-workflows-ca05
Sep 7, 2026
Merged

ci: add GitHub Actions workflows for build and static analysis#295
hellopablo merged 1 commit into
developfrom
cursor/add-ci-workflows-ca05

Conversation

@hellopablo

Copy link
Copy Markdown
Member

Summary

Adds CI so Dependabot PRs tagged automerge (e.g. #290) can merge once checks are green. This repo previously had no workflows, so there were no status checks for automerge to wait on.

Workflows are mirrored from nails/common:

  • build_and_test — PHPUnit across PHP 8.3/8.4/8.5, then yarn build for CSS/JS assets
  • static_analysis — PHPStan over PHP sources (continue-on-error: true, same as common)

Supporting tooling:

  • phpunit / phpstan as Composer require-dev with test and analyse scripts
  • Minimal PHPUnit suite + .phpstan/config.neon

Test plan

Open in Web Open in Cursor 

Mirror nails/common CI so Dependabot automerge has green status checks.
Adds PHPUnit/PHPStan tooling and a yarn asset build step.

Co-authored-by: Pablo de la Peña <pablo@hellopablo.co.uk>
@hellopablo
hellopablo marked this pull request as ready for review September 7, 2026 17:13
@hellopablo
hellopablo merged commit e1d489d into develop Sep 7, 2026
4 checks passed
@hellopablo
hellopablo deleted the cursor/add-ci-workflows-ca05 branch September 7, 2026 17:14
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.

2 participants