📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 18:03:25
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
.github
/
workflows
📍 /opt/cpanel/ea-wappspector/.github/workflows
🔄 Refresh
✏️
Editing: lint.yml
Read Only
name: lint on: [ push ] jobs: run-linters: name: Run linters runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - uses: php-actions/composer@v6 name: Install composer dependencies - uses: php-actions/composer@v6 name: Run rector with: command: ci:rector - uses: php-actions/composer@v6 name: Run standards with: command: ci:standards
💾 Save Changes
❌ Cancel