Add Forgejo CI workflow #45
Labels
No labels
app
backlog
bug
ci-cd
contribution welcome
duplicate
enhancement
good first issue
help wanted
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/dishplanner#45
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
.forgejo/workflows/ci.yml, modeled on ffr's:release/*and PRs tomain/release/*composer install --no-interaction --prefer-distcp .env.testing .envvendor/bin/pint --test(code style)vendor/bin/phpstan analyse --memory-limit=1G(static analysis)php -d memory_limit=512M vendor/bin/phpunit(tests)Prereqs to add alongside:
pint.json,phpstan.neon(plus a baseline if needed), and a.env.testing.