/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
composer
/
spdx-licenses
/
.github
/
workflows
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/composer/spdx-licenses/.github/workflows
mkdir
upload
Name
Size
Mode
Actions
continuous-integration.yml
1444
0644
edit
dl
rm
lint.yml
550
0644
edit
dl
rm
phpstan.yml
1403
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/composer/spdx-licenses/.github/workflows/lint.yml
(550B)
name: "PHP Lint" on: - push - pull_request jobs: tests: name: "Lint" runs-on: ubuntu-latest strategy: matrix: php-version: - "5.3" - "8.0" steps: - name: "Checkout" uses: "actions/checkout@v2" - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php-version }}" - name: "Lint PHP files" run: "find src/ -type f -name '*.php' -print0 | xargs -0 -L1 -P4 -- php -l -f"
Save
cmd:
run