Skip to content

Fix missing namespace deduplication in NotReside* expressions #523

Fix missing namespace deduplication in NotReside* expressions

Fix missing namespace deduplication in NotReside* expressions #523

name: Architectural test
on:
push:
permissions:
contents: read
jobs:
phparkitect:
name: PHPArkitect
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v6
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download phparkitect
run: curl -LS https://github.com/phparkitect/arkitect/releases/latest/download/phparkitect.phar -o phparkitect.phar
- name: PHPArkitect
run: php phparkitect.phar check