Lines Matching +full:- +full:- +full:name
1 name: PHP Code Style
5 branches-ignore:
6 - stable
7 - old-stable
15 name: PHP CodeSniffer
16 runs-on: ubuntu-latest
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Setup PHP
24 uses: shivammathur/setup-php@v2
26 php-version: '8.2'
28 - name: run PHP codesniffer
31 composer install --no-interaction --no-progress --no-suggest --prefer-dist