Skip to content

return after reading subusers infos #61

return after reading subusers infos

return after reading subusers infos #61

Workflow file for this run

---
name: run tests
"on":
- pull_request
- push
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.3']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Run tests
run: |
./checkcodingstyle