You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
473 B
YAML
35 lines
473 B
YAML
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
|