📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 04:22:00
📂
/ (Root)
/
home
/
apkbfjox
/
7lgbet.pro
/
wp-content
/
plugins
/
wp-rocket
/
vendor
/
composer
/
installers
/
.github
/
workflows
📍 /home/apkbfjox/7lgbet.pro/wp-content/plugins/wp-rocket/vendor/composer/installers/.github/workflows
🔄 Refresh
✏️
Editing: lint.yml
Writable
name: "PHP Lint" on: - push - pull_request jobs: tests: name: "Lint" runs-on: ubuntu-latest strategy: matrix: php-version: - "7.2" - "latest" 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 Changes
❌ Cancel