diff --git a/.github/workflows/conventional-commits-step-lint.yml b/.github/workflows/conventional-commits-step-lint.yml index f0d92f9a..7e3c3fe7 100644 --- a/.github/workflows/conventional-commits-step-lint.yml +++ b/.github/workflows/conventional-commits-step-lint.yml @@ -12,18 +12,6 @@ on: default: .commitlintrc jobs: - lint-commits: - name: Lint Commits - runs-on: ${{ fromJson(inputs.LABELS) }} - container: node:20-alpine - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5 - with: - configFile: ${{ inputs.CONFIG_FILE }} - lint-pr: name: Lint PR runs-on: ${{ fromJson(inputs.LABELS) }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1100535b..ff3563b1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,17 +10,6 @@ concurrency: cancel-in-progress: true jobs: - lint-commits: - name: Lint Commits - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5 - with: - configFile: .commitlintrc - lint-pr: name: Lint PR runs-on: ubuntu-latest