Add basis for sending transactional emails #6600
ci.yml
on: push
Run linting
19s
Run static analysis
32s
Run tests
1m 20s
Check formatting frontend files
24s
Check linting frontend files
26s
Check types frontend files
23s
Annotations
6 errors and 6 warnings
Run static analysis:
app/Domain/Mail/Mailer.php#L12
Parameter $to of method App\Domain\Mail\Mailer::send() has invalid type App\Mails\Addresses.
|
Run static analysis:
app/Domain/Mail/MailjetMailer.php#L22
Parameter $to of method App\Domain\Mail\MailjetMailer::send() has invalid type App\Mails\Addresses.
|
Run static analysis:
app/Domain/Mail/MailjetMailer.php#L54
Call to method map() on an unknown class App\Mails\Addresses.
|
Run static analysis:
app/Domain/Mail/MailjetMailer.php#L63
Parameter $addresses of method App\Domain\Mail\MailjetMailer::buildReceiverList() has invalid type App\Mails\Addresses.
|
Run static analysis:
app/Domain/Mail/MailjetMailer.php#L67
Iterating over an object of an unknown class App\Mails\Addresses.
|
Run static analysis
Process completed with exit code 1.
|
Run linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check types frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check formatting frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check linting frontend files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run static analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|