Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

18 changes: 18 additions & 0 deletions .moonlight.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sonar:
enabled: true
type: other
build:
enabled: false
sast:
enabled: true

steps:
- name: unit-tests
image: 289208114389.dkr.ecr.us-east-1.amazonaws.com/picpay-dev/hyperf:php8.2-swoole5.0-dev
environment:
COMPOSER_AUTH:
from_secret: composer-auth
key: COMPOSER_AUTH
commands:
- composer install
- composer test
Loading