Skip to content

feat(ci): implement base of test unit and move current ci to codding … #1

feat(ci): implement base of test unit and move current ci to codding …

feat(ci): implement base of test unit and move current ci to codding … #1

name: "CI Tests"
on: [push, pull_request]
jobs:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
memory_limit: -1