Skip to content

Add Walla provider to Email class for enhanced email handling #18

Add Walla provider to Email class for enhanced email handling

Add Walla provider to Email class for enhanced email handling #18

Workflow file for this run

name: "Linter"
on: [pull_request]
jobs:
lint:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer:2.8 sh -c \
"composer install --profile --ignore-platform-reqs && composer lint"