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