Skip to content

chore: change api url to api.lexware.io #47

chore: change api url to api.lexware.io

chore: change api url to api.lexware.io #47

Workflow file for this run

name: Run PHPStan
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
path: src/ tests/
level: 10