From d723c25dcbf9dbaba7e70ee68f36c377d450c0d7 Mon Sep 17 00:00:00 2001 From: jjoonleo Date: Mon, 8 Sep 2025 21:57:56 +0900 Subject: [PATCH] chore: remove commit message linting workflow --- .github/workflows/commit_lint.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/workflows/commit_lint.yml diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml deleted file mode 100644 index c365062f..00000000 --- a/.github/workflows/commit_lint.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Commit messages lint -on: [pull_request, push] - -jobs: - commitlint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v6