Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/lint-and-analyse-php.yml')
-rw-r--r--.github/workflows/lint-and-analyse-php.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/workflows/lint-and-analyse-php.yml b/.github/workflows/lint-and-analyse-php.yml
index 1b292d5f37..377e703953 100644
--- a/.github/workflows/lint-and-analyse-php.yml
+++ b/.github/workflows/lint-and-analyse-php.yml
@@ -12,27 +12,6 @@ permissions:
contents: read
jobs:
- lint-node:
- runs-on: ubuntu-latest
- steps:
- - name: Checkout code
- uses: actions/checkout@v3
-
- - name: Set up Node
- uses: actions/setup-node@v3
- with:
- node-version: '14'
- cache: 'yarn'
-
- - name: Install modules
- run: yarn install --non-interactive
-
- - name: Lint JavaScript files
- run: yarn run js-lint --quiet
-
- - name: Lint CSS files
- run: yarn run css-lint
-
lint-php-files:
runs-on: ubuntu-latest
strategy: