📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 17:30:36
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
streamsearch
/
.github
/
workflows
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/streamsearch/.github/workflows
🔄 Refresh
✏️
Editing: lint.yml
Writable
name: lint on: pull_request: push: branches: [ master ] env: NODE_VERSION: 16.x jobs: lint-js: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v1 with: node-version: ${{ env.NODE_VERSION }} - name: Install ESLint + ESLint configs/plugins run: npm install --only=dev - name: Lint files run: npm run lint
💾 Save Changes
❌ Cancel