File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 php-version : ['8.3', '8.4', '8.5']
2222
2323 uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml@v1.11.6
24+ secrets : inherit
2425 with :
2526 php-version : ${{ matrix.php-version }}
2627
3031 fail-fast : false
3132
3233 uses : simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.6
34+ secrets : inherit
3335 with :
3436 enable_eslinter : false
3537 enable_jsonlinter : true
Original file line number Diff line number Diff line change 4848 - name : Install overtrue/phplint (latest)
4949 run : phive install overtrue/phplint --force-accept-unsigned --target ./bin
5050 env :
51- GITHUB_AUTH_TOKEN : ${{ secrets.PAT_TOKEN }}
51+ GITHUB_AUTH_TOKEN : ${{ secrets.LINTER_TOKEN }}
5252
5353 - name : Lint PHP files
5454 run : ./bin/phplint --no-cache --no-progress -v
You can’t perform that action at this time.
0 commit comments