From 59fcaf4cc52dfcdf9438c55274934c1d33031ef7 Mon Sep 17 00:00:00 2001 From: denshooter <44590296+denshooter@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:04:57 +0100 Subject: [PATCH] Delete .github/workflows/linter.yml --- .github/workflows/linter.yml | 55 ------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 .github/workflows/linter.yml diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index b84608d..0000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,55 +0,0 @@ -name: Lint Code Base - -on: - push: - branches: - - dev - - preview - - production - paths: - - 'app/**' - - 'public/**' - - 'styles/**' - - 'Dockerfile' - - 'docker-compose.yml' - - '.github/workflows/**' - - 'next.config.ts' - - 'package.json' - - 'package-lock.json' - - 'tsconfig.json' - - 'tailwind.config.ts' - pull_request: - branches: - - dev - - preview - - production - paths: - - 'app/**' - - 'public/**' - - 'styles/**' - - 'Dockerfile' - - 'docker-compose.yml' - - '.github/workflows/**' - - 'next.config.ts' - - 'package.json' - - 'package-lock.json' - - 'tsconfig.json' - - 'tailwind.config.ts' - -jobs: - build: - name: Check and Lint Code Base - runs-on: ubuntu-latest - - steps: - - name: Check Out Code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Lint Code Base - uses: github/super-linter@v4 - env: - VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: production - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file