From eed86664d55e2bc9ceacfa7df08bd89f601294c9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 10 Dec 2022 23:19:06 +0100 Subject: [PATCH] remove linting because of false positives --- .github/workflows/main.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3515425..edfaf52 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,23 +37,3 @@ jobs: git add *.css git commit -m "Automatic css build" || true git push || true - linting: - runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, 'NO_CI')" - strategy: - fail-fast: false - max-parallel: 3 - steps: - - name: Checkout Repository - uses: actions/checkout@main - with: - fetch-depth: 0 - submodules: recursive - token: ${{ secrets.GH_PAT }} - - name: Lint Code Base - uses: github/super-linter/slim@v4 - env: - VALIDATE_ALL_CODEBASE: false - VALIDATE_CSS : true - DEFAULT_BRANCH: develop - GITHUB_TOKEN: ${{ secrets.GH_PAT }} \ No newline at end of file