app: - app tests: engine: pest parallel: true paths: - tests files: - '*.test.php' coverage: local: false actions: true lint: preset: PSR12 rules: no_unused_imports: true not_operator_with_successor_space: false single_quote: true actions: run: - lint - tests os: - ubuntu-latest php: extensions: json, zip, dom, curl, libxml, mbstring versions: - '8.3' events: - push - pull_request