From d3519738b7c77bdce52adf095ced798bae6ebd32 Mon Sep 17 00:00:00 2001 From: Joonas Date: Fri, 20 Dec 2024 10:50:54 +0200 Subject: [PATCH] Remove lint workflow --- .github/workflows/lint.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 1d0d27f..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: "[CI] Lint" -on: - push: - branches: - - develop - - main - - release/* - pull_request: - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - lint: - name: Lint code - uses: mainio/gha-decidim-module/.github/workflows/lint.yml@main - secrets: inherit - with: - eslint: true - stylelint: true